mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
[CMake] Disable autolink for regex
This commit is contained in:
@ -17,6 +17,7 @@ add_library( boost_regex ${BOOST_REGEX_SRC} )
|
||||
add_library( Boost::regex ALIAS boost_regex )
|
||||
|
||||
target_include_directories( boost_regex PUBLIC include )
|
||||
target_compile_definitions( boost_regex PUBLIC BOOST_REGEX_NO_LIB)
|
||||
|
||||
target_link_libraries( boost_regex
|
||||
PUBLIC
|
||||
|
Reference in New Issue
Block a user