forked from OpenDDS/OpenDDS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to Handle Installation Correctly
- Loading branch information
1 parent
4086945
commit 3b1cf38
Showing
3 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
set(_OPENDDS_CMAKE_BUILT_AND_INSTALLED TRUE) | ||
set(OPENDDS_USE_PREFIX_PATH TRUE) | ||
set(OPENDDS_INSTALL_LIB @CMAKE_INSTALL_LIBDIR@) | ||
set(OPENDDS_CXX_STD @OPENDDS_CXX_STD@) | ||
set(OPENDDS_CXX_STD_YEAR @OPENDDS_CXX_STD_YEAR@) | ||
|
||
@opendds_feature_vars@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters