File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ cmake_minimum_required(VERSION 3.23)
27
27
# set the project name
28
28
project (
29
29
libcifpp
30
- VERSION 7.0.5
30
+ VERSION 7.0.6
31
31
LANGUAGES CXX )
32
32
33
33
list (PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake" )
@@ -369,7 +369,7 @@ target_include_directories(
369
369
"$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} >"
370
370
PRIVATE "${BOOST_REGEX_INCLUDE_DIR} " "${EIGEN_INCLUDE_DIR} " )
371
371
372
- target_link_libraries (cifpp PUBLIC Threads::Threads ZLIB::ZLIB std::atomic )
372
+ target_link_libraries (cifpp PUBLIC Threads::Threads ZLIB::ZLIB $< $< TARGET_EXISTS: std::atomic> :std::atomic > )
373
373
374
374
if (CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang" )
375
375
target_link_options (cifpp PRIVATE -undefined dynamic_lookup )
Original file line number Diff line number Diff line change
1
+ Version 7.0.6
2
+ - Fix linking to std::atomic
3
+
1
4
Version 7.0.5
2
5
- Fix case where category index was not updated for updated value
3
6
You can’t perform that action at this time.
0 commit comments