blob: 128ac8e0a2d10d5c774fe171f3a91f89a7e69fc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- db/nist/CMakeLists.txt
+++ db/nist/CMakeLists.txt
@@ -10,7 +10,7 @@ set(NIST_SAMPLE_MODELS
)
foreach(im ${NIST_SAMPLE_MODELS})
- ADD_G_TARGET(${im} "BRL-CAD Geometry Models/Sample")
+# ADD_G_TARGET(${im} "BRL-CAD Geometry Models/Sample")
endforeach(im ${NIST_SAMPLE_MODELS})
CMAKEFILES(
|