We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432309c commit 36dcc54Copy full SHA for 36dcc54
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.19)
2
set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
3
-project(flcl VERSION 0.4.0 LANGUAGES Fortran C CXX)
+project(flcl VERSION 0.5.0 LANGUAGES Fortran C CXX)
4
5
set(default_build_type "RelWithDebInfo")
6
set(BUILD_SHARED_LIBS OFF)
@@ -149,4 +149,4 @@ endif()
149
150
if(BUILD_EXAMPLES)
151
add_subdirectory(examples)
152
-endif()
+endif()
0 commit comments