Skip to content
Snippets Groups Projects
Commit 4bd561da authored by Oliver Heidmann's avatar Oliver Heidmann
Browse files

add proj to cmake

parent 92177f16
No related branches found
No related tags found
1 merge request!312CMake Improvements and fixes
...@@ -37,9 +37,13 @@ ELSE() ...@@ -37,9 +37,13 @@ ELSE()
message("wordexp.h is not found" ) message("wordexp.h is not found" )
ENDIF() ENDIF()
### -------------- proj ---------------------------
find_package(PROJ)
if(PROJ4::proj)
list(APPEND cdo_compile_defintions ${HAVE_PROJ})
endif()
### -------------- fftw3 --------------------------- ### -------------- fftw3 ---------------------------
message("Start check for fftw3") message("Start check for fftw3")
find_package(FFTW3 3.0 REQUIRED) find_package(FFTW3 3.0 REQUIRED)
if(NOT FFTW3_LIBRARIES) if(NOT FFTW3_LIBRARIES)
......
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