Unidata / netcdf-cxx4

Official GitHub repository for netCDF-C++ libraries and utilities.
Other
124 stars 49 forks source link

CMake: Don't use glob to get sources #137

Open ZedThree opened 8 months ago

ZedThree commented 8 months ago

file(GLOB) is a CMake anti-pattern and can cause various issues. Here it also causes test_utilities.h to be installed