We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4aab3c + 4abda41 commit 78ddfddCopy full SHA for 78ddfdd
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
2
3
project(gau2grid
4
- VERSION 2.0.3
+ VERSION 2.0.4
5
LANGUAGES C)
6
set(gau2grid_AUTHORS "Daniel G. A. Smith")
7
set(gau2grid_DESCRIPTION "Fast computation of a gaussian and its derivative on a grid")
@@ -86,7 +86,7 @@ else()
86
set_target_properties(gg PROPERTIES COMPILE_FLAGS "-std=c11")
87
endif()
88
set_target_properties(gg PROPERTIES POSITION_INDEPENDENT_CODE ${BUILD_FPIC}
89
- SOVERSION 1) # bump whenever interface has changes or removals
+ SOVERSION 2) # bump whenever interface has changes or removals
90
91
find_package(StandardMathLibraryC)
92
target_link_libraries(gg PRIVATE ${STANDARD_MATH_LIBRARY})
0 commit comments