Skip to content

Commit 482e81c

Browse files
committed
Update CMakeLists.txt
1 parent 66db742 commit 482e81c

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ target_link_libraries(boost_static_assert
1818
Boost::config
1919
)
2020

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-
3121
# BUILD_TESTING is the standard CTest variable that enables testing
3222

3323
if(BUILD_TESTING)

0 commit comments

Comments
 (0)