We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0647f6c commit 8f3a54bCopy full SHA for 8f3a54b
cmake/boost/_main.cmake
@@ -32,6 +32,7 @@ endif()
32
33
set(BOOST_ENABLE_CMAKE ON) # Use experimental superproject to pull library dependencies recursively
34
set(BOOST_INCLUDE_LIBRARIES ${BOOST_COMPONENTS_BASE} ${BOOST_COMPONENTS})
35
+set(BOOST_INSTALL_INCLUDE_SUBDIR "") # boost uses a versioned directory by default on Windows
36
set(BOOST_SKIP_INSTALL_RULES OFF) # disabled to allow installation of Boost libraries
37
set(Boost_USE_STATIC_LIBS ON) # cmake-lint: disable=C0103
38
0 commit comments