Skip to content
Snippets Groups Projects
Commit a67ad383 authored by Lars Bilke's avatar Lars Bilke
Browse files

[cmake] Cleanup.

parent e7b63e2a
No related branches found
No related tags found
No related merge requests found
...@@ -71,10 +71,6 @@ if(OGS_USE_MFRONT) ...@@ -71,10 +71,6 @@ if(OGS_USE_MFRONT)
set(HAVE_PTHREADS TRUE) set(HAVE_PTHREADS TRUE)
add_definitions(-DHAVE_PTHREADS) add_definitions(-DHAVE_PTHREADS)
endif() endif()
if(OGS_USE_CONAN)
# cmake-lint: disable=C0103
set(TFELHOME ${CONAN_TFEL_ROOT} CACHE INTERNAL "")
endif()
endif() endif()
find_package(OpenMP) find_package(OpenMP)
......
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