We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66db742 commit 482e81cCopy full SHA for 482e81c
1 file changed
CMakeLists.txt
@@ -18,16 +18,6 @@ target_link_libraries(boost_static_assert
18
Boost::config
19
)
20
21
-# boost_install requires PROJECT_VERSION
22
-# Without the superproject, we don't have any, so skip installation
23
-
24
-if(BOOST_SUPERPROJECT_VERSION)
25
26
- include(BoostInstall)
27
- boost_install(TARGETS boost_static_assert HEADER_DIRECTORY include/)
28
29
-endif()
30
31
# BUILD_TESTING is the standard CTest variable that enables testing
32
33
if(BUILD_TESTING)
0 commit comments