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 2e8c8d9 commit 6dab75eCopy full SHA for 6dab75e
External/SPEC/CFP2017rate/527.cam4_r/CMakeLists.txt
@@ -55,7 +55,7 @@ if (NOT TARGET cam4_netcdf)
55
"${SRC_DIR}/spec_qsort/spec_qsort.c")
56
list(REMOVE_ITEM netcdf_sources "${SRC_DIR}/netcdf/ncio.c")
57
58
- add_library(cam4_netcdf OBJECT ${netcdf_sources})
+ llvm_test_library(cam4_netcdf OBJECT ${netcdf_sources})
59
target_compile_definitions(cam4_netcdf PRIVATE SPEC)
60
endif ()
61
0 commit comments