Skip to content

Commit

Permalink
try a different quoting strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Oct 4, 2024
1 parent 07772d3 commit 68e9d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake-tests/declareProjectTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ macro(declare_find_package_test name)
# Since the SDK depends on Boost, it's also going to need to know where BoostConfig.cmake is. Because the
# CI host installs boost at BOOST_ROOT, and the boost installation comes with a BoostConfig, we can add it
# here.
-DCMAKE_PREFIX_PATH="${CMAKE_INSTALL_PREFIX};${BOOST_ROOT}"
"-DCMAKE_PREFIX_PATH=${CMAKE_INSTALL_PREFIX};${BOOST_ROOT}"
${CMAKE_CURRENT_SOURCE_DIR}/project
)

Expand Down

0 comments on commit 68e9d9e

Please sign in to comment.