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

fixed typo in project name, added threads linking

parent c9505e80
No related tags found
1 merge request!312CMake Improvements and fixes
set(PACKAGE_NAME "cdo")
set(PACKAGE_NAME cdo)
set(VERSION "${CMAKE_PROJECT_VERSION}")
add_subdirectory(lib)
......@@ -363,7 +363,7 @@ target_include_directories(cdolib PRIVATE "${PROJECT_SOURCE_DIR}/src/mpim_grid"
"${PROJECT_BINARY_DIR}/src"
"${PROJECT_SOURCE_DIR}/libcdi/src"
)
target_link_libraries(cdolib netCDF::netcdf CMOR::CMOR)
target_link_libraries(cdolib Threads::Threads netCDF::netcdf CMOR::CMOR)
target_compile_definitions(cdolib PRIVATE ${cdo_compile_defintions})
......
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