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

fixed typo in CMakeLists.txt 'Udunits to udunits

parent e2ca3495
No related branches found
No related tags found
2 merge requests!350Develop,!349M300433/cmake improvements and cleanup 3
......@@ -104,7 +104,7 @@ if(CMOR_ROOT)
find_package(CMOR)
if(TARGET CMOR::CMOR)
list(APPEND cdo_compile_definitions "HAVE_LIBCMOR=1")
target_link_libraries(operators PUBLIC CMOR::CMOR Uuid::uuid json-c Udunits)
target_link_libraries(operators PUBLIC CMOR::CMOR Uuid::uuid json-c udunits)
endif()
endif()
# ----------------------------------------------------------------------
......
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