Commit e35831863faad2f3656315c8aeb98520f299ce5c
1 parent
217c83f2
Exists in
master
and in
8 other branches
Remove cdf2nc from CMakeLists.txt
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
CMakeLists.txt
... | ... | @@ -62,7 +62,7 @@ configure_file ( |
62 | 62 | MESSAGE( STATUS "Build DD_Server Project" ) |
63 | 63 | add_subdirectory(src/SERVER) |
64 | 64 | add_subdirectory(src/DECODERS/ascii2nc) |
65 | -add_subdirectory(src/DECODERS/cdf2nc) | |
65 | +#add_subdirectory(src/DECODERS/cdf2nc) | |
66 | 66 | add_subdirectory(src/DECODERS/cdfnew2nc) |
67 | 67 | add_subdirectory(src/DECODERS/nc2nc) |
68 | 68 | add_subdirectory(src/DECODERS/themis) |
... | ... | @@ -84,7 +84,7 @@ install(DIRECTORY "src/DDADMIN/MANAGER/" DESTINATION bin/USERMANAGER) |
84 | 84 | install(DIRECTORY "src/DDSERVICES/SOAP/" DESTINATION DDService) |
85 | 85 | install(DIRECTORY "src/DDSERVICES/REST/" DESTINATION DDService) |
86 | 86 | |
87 | -install(FILES "src/DECODERS/cdf2nc/cdf_to_netcdf_mapping.dat" DESTINATION bin PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ) | |
87 | +#install(FILES "src/DECODERS/cdf2nc/cdf_to_netcdf_mapping.dat" DESTINATION bin PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ) | |
88 | 88 | |
89 | 89 | file(GLOB config_files "info/REMOTEDATA/*.xml") |
90 | 90 | install(FILES ${config_files} DESTINATION ${DDBASEINFO} PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ) |
... | ... |