File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
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.6
30
+ VERSION 7.0.7
31
31
LANGUAGES CXX )
32
32
33
33
list (PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake" )
@@ -440,6 +440,7 @@ endif()
440
440
441
441
if (CIFPP_DATA_DIR )
442
442
target_compile_definitions (cifpp PUBLIC DATA_DIR= "${CIFPP_DATA_DIR} " )
443
+ set_target_properties (cifpp PROPERTIES CIFPP_DATA_DIR ${CIFPP_DATA_DIR} )
443
444
endif ()
444
445
445
446
if (NOT PROJECT_IS_TOP_LEVEL )
Original file line number Diff line number Diff line change
1
+ Version 7.0.7
2
+ - Set CIFPP_DATA_DIR on target cifpp for use in projects that include
3
+ libcifpp directly
4
+
1
5
Version 7.0.6
2
6
- Fix linking to std::atomic
3
7
You can’t perform that action at this time.
0 commit comments