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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user