Skip to content

Commit 8f3a54b

Browse files
fix(boost): set BOOST_INSTALL_INCLUDE_SUBDIR (#480)
1 parent 0647f6c commit 8f3a54b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/boost/_main.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ endif()
3232

3333
set(BOOST_ENABLE_CMAKE ON) # Use experimental superproject to pull library dependencies recursively
3434
set(BOOST_INCLUDE_LIBRARIES ${BOOST_COMPONENTS_BASE} ${BOOST_COMPONENTS})
35+
set(BOOST_INSTALL_INCLUDE_SUBDIR "") # boost uses a versioned directory by default on Windows
3536
set(BOOST_SKIP_INSTALL_RULES OFF) # disabled to allow installation of Boost libraries
3637
set(Boost_USE_STATIC_LIBS ON) # cmake-lint: disable=C0103
3738

0 commit comments

Comments
 (0)