Skip to content

Commit

Permalink
try not passing boost_root and openssl_root_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Oct 2, 2024
1 parent cd925a1 commit 2d25c68
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake-tests/declareProjectTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ macro(declare_add_subdirectory_test name)
-DBUILD_TESTING=OFF
# Forward variables from the SDK project to the test project, if set.
$<$<BOOL:${CMAKE_GENERATOR_PLATFORM}>:-DCMAKE_GENERATOR_PLATFORM=${CMAKE_GENERATOR_PLATFORM}>
$<$<BOOL:${BOOST_ROOT}>:-DBOOST_ROOT=${BOOST_ROOT}>
$<$<BOOL:${OPENSSL_ROOT_DIR}>:-DOPENSSL_ROOT_DIR=${OPENSSL_ROOT_DIR}>
${CMAKE_CURRENT_SOURCE_DIR}/project
)

Expand Down Expand Up @@ -82,8 +80,6 @@ macro(declare_find_package_test name)
-DCMAKE_PREFIX_PATH=${CMAKE_INSTALL_PREFIX}
# Forward variables from the SDK project to the test project, if set.
$<$<BOOL:${CMAKE_GENERATOR_PLATFORM}>:-DCMAKE_GENERATOR_PLATFORM=${CMAKE_GENERATOR_PLATFORM}>
$<$<BOOL:${BOOST_ROOT}>:-DBOOST_ROOT=${BOOST_ROOT}>
$<$<BOOL:${OPENSSL_ROOT_DIR}>:-DOPENSSL_ROOT_DIR=${OPENSSL_ROOT_DIR}>
${CMAKE_CURRENT_SOURCE_DIR}/project
)

Expand Down

0 comments on commit 2d25c68

Please sign in to comment.