Skip to content

Commit

Permalink
Merge branch 'development' into 'master'
Browse files Browse the repository at this point in the history
fix gtest in cluster

See merge request ths/smt/carl!24
  • Loading branch information
derjasper committed Dec 22, 2022
2 parents 35a96b7 + 11297c8 commit 0c99bd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/FindGTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ if(NOT GTest_FOUND_SYSTEM)
URL_HASH SHA1=${GTEST_ZIPHASH}
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
-DCMAKE_INSTALL_LIBDIR=<INSTALL_DIR>/lib
-DCMAKE_INSTALL_INCLUDEDIR=<INSTALL_DIR>/include
-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}
BUILD_COMMAND cmake --build . --config ${CMAKE_BUILD_TYPE} --target gtest
COMMAND cmake --build . --config ${CMAKE_BUILD_TYPE} --target gtest_main
Expand Down

0 comments on commit 0c99bd8

Please sign in to comment.