Skip to content

Commit 8a2b339

Browse files
committed
Update for v15
1 parent 4f5850a commit 8a2b339

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include(CMakePackageConfigHelpers)
2020

2121
option(STRONG_TYPE_UNIT_TEST off "Decide whether to build unit tests or not")
2222

23-
set(STRONG_TYPE_VERSION 14)
23+
set(STRONG_TYPE_VERSION 15)
2424
set(INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
2525
set(MASTER_PROJECT OFF)
2626
if (${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v15 2024-07-07
2+
13
* CMake package is now ARCH_INDEPENDENT, as it should be when it's
24
header only. Thank you Patrick Kappl for submitting the fix.
35

0 commit comments

Comments
 (0)