2
0
mirror of https://github.com/boostorg/atomic.git synced 2026-02-02 20:32:09 +00:00

Merge pull request #33 from boostorg/pr/remove-cmake-install

Remove boost_install call from CMakeLists.txt
This commit is contained in:
Andrey Semashev
2020-06-04 15:17:38 +03:00
committed by GitHub

View File

@@ -48,10 +48,3 @@ if(BUILD_SHARED_LIBS)
else()
target_compile_definitions(boost_atomic PUBLIC BOOST_ATOMIC_STATIC_LINK)
endif()
if(BOOST_SUPERPROJECT_VERSION)
include(BoostInstall)
boost_install(TARGETS boost_atomic HEADER_DIRECTORY include/)
endif()