-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that tests pass fine with GZ_RELOCATABLE_INSTALL option enabled (
#394) Signed-off-by: Silvio Traversaro <[email protected]> Co-authored-by: Michael Carroll <[email protected]>
- Loading branch information
1 parent
3d60486
commit 4f32cf4
Showing
4 changed files
with
8 additions
and
3 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
gz_get_sources(tests) | ||
|
||
gz_build_tests(TYPE PERFORMANCE SOURCES ${tests}) | ||
gz_build_tests(TYPE PERFORMANCE SOURCES ${tests} | ||
ENVIRONMENT GZ_MSG_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}) |
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,3 +1,4 @@ | ||
gz_get_sources(tests) | ||
|
||
gz_build_tests(TYPE REGRESSION SOURCES ${tests}) | ||
gz_build_tests(TYPE REGRESSION SOURCES ${tests} | ||
ENVIRONMENT GZ_MSG_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}) |