fix: cmakelists.txt

This commit is contained in:
robin 2024-04-18 14:45:37 +02:00
parent ce91a9384d
commit f492ebd91e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# find_package(netCDF REQUIRED)
find_package(netCDF REQUIRED)
add_executable(ReadHDF5 main.cpp)