-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmake and netcdf libraries f90 #56
Comments
so i get to netcdf2littler-master/src/netcdf2littler/ to fix the last problem that i pose so run the CMakeLists.txt there Make Warning (dev) at CMakeLists.txt:13 (ADD_EXECUTABLE): The target name "/check_status.f90" is reserved or not valid for certain Make Error at CMakeLists.txt:23 (TARGET_LINK_LIBRARIES):
|
when i run : ### Cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/home/pnt/Downloads/bufr/my_bouild_dir
i get this probleme :
CMake Deprecation Warning at CMakeLists.txt:3 (CMAKE_MINIMUM_REQUIRED):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
-- Found NetCDF: /usr/include (found version "4.8.1")
-- Configuring done
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
NETCDF_LIBRARIES_F90 (ADVANCED)
linked by target "netcdf2littler" in directory /home/pnt/Downloads/bufr/src/netcdf2littler
-- Generating done
CMake Generate step failed. Build files cannot be regenerated correctly.
can you help me to build this programme (netcdflittleR)
The text was updated successfully, but these errors were encountered: