Skip to content
Snippets Groups Projects
Commit 945b74a1 authored by Ulrich Blahak's avatar Ulrich Blahak
Browse files

Add accidentially deleted line

parent 99edd85c
No related branches found
No related tags found
1 merge request!61Remove cmake version check in CMakeLists.txt
Pipeline #55269 passed
......@@ -17,6 +17,7 @@ project(fortran-support VERSION 0.1.0 LANGUAGES Fortran C)
option(BUILD_SHARED_LIBS "Build shared libraries" ON)
option(BUILD_TESTING "Build tests" ON)
option(BACKTRACE_TEST "Test backtrace function" ON)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment