mirror of
https://github.com/boostorg/system.git
synced 2025-12-25 08:18:05 +01:00
Compare commits
1 Commits
boost-1.89
...
feature/cm
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bd46fb21f3 |
@@ -22,7 +22,7 @@ target_link_libraries(boost_system
|
||||
|
||||
target_compile_features(boost_system INTERFACE cxx_std_11)
|
||||
|
||||
if(CMAKE_VERSION VERSION_GREATER 3.18 AND CMAKE_GENERATOR MATCHES "Visual Studio")
|
||||
if(NOT CMAKE_VERSION VERSION_LESS 3.19 AND CMAKE_GENERATOR MATCHES "Visual Studio")
|
||||
|
||||
file(GLOB_RECURSE boost_system_IDEFILES CONFIGURE_DEPENDS include/*.hpp)
|
||||
source_group(TREE ${PROJECT_SOURCE_DIR}/include FILES ${boost_system_IDEFILES} PREFIX "Header Files")
|
||||
|
||||
Reference in New Issue
Block a user