mirror of
https://github.com/boostorg/type_erasure.git
synced 2026-07-21 13:33:36 +00:00
Do not define BOOST_TYPE_ERASURE_SOURCE in CMakeLists.txt
This commit is contained in:
+3
-3
@@ -1,5 +1,4 @@
|
||||
# Generated by `boostdep --cmake type_erasure`
|
||||
# Copyright 2020 Peter Dimov
|
||||
# Copyright 2020, 2021 Peter Dimov
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# https://www.boost.org/LICENSE_1_0.txt
|
||||
|
||||
@@ -36,7 +35,8 @@ target_link_libraries(boost_type_erasure
|
||||
|
||||
target_compile_definitions(boost_type_erasure
|
||||
PUBLIC BOOST_TYPE_ERASURE_NO_LIB
|
||||
PRIVATE BOOST_TYPE_ERASURE_SOURCE
|
||||
# Source files already define BOOST_TYPE_ERASURE_SOURCE
|
||||
# PRIVATE BOOST_TYPE_ERASURE_SOURCE
|
||||
)
|
||||
|
||||
if(BUILD_SHARED_LIBS)
|
||||
|
||||
Reference in New Issue
Block a user