Skip to content
Snippets Groups Projects
Commit 1830cbc9 authored by Anthony Royer's avatar Anthony Royer
Browse files

CMakeLists

parent 4aa0c7f4
No related branches found
No related tags found
No related merge requests found
Pipeline #8133 passed
......@@ -5,11 +5,11 @@
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
#if(ENABLE_BESSEL)
if(ENABLE_BESSEL)
project(gmshfem CXX Fortran)
#else()
# project(gmshfem CXX)
#endif()
else()
project(gmshfem CXX)
endif()
include(CTest)
enable_testing()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment