We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cba712 commit 2e8c8d9Copy full SHA for 2e8c8d9
External/SPEC/CFP2017rate/521.wrf_r/CMakeLists.txt
@@ -71,7 +71,7 @@ if (NOT TARGET wrf_netcdf)
71
${SRC_DIR}/netcdf/fort-var1io.c ${SRC_DIR}/netcdf/fort-vario.c
72
${SRC_DIR}/netcdf/fort-varmio.c ${SRC_DIR}/netcdf/varsio.c
73
${SRC_DIR}/netcdf/posixio.c)
74
- add_library(wrf_netcdf OBJECT ${netcdf_sources})
+ llvm_test_library(wrf_netcdf OBJECT ${netcdf_sources})
75
target_compile_definitions(wrf_netcdf PRIVATE SPEC_CASE_FLAG)
76
endif ()
77
0 commit comments