12 lines
362 B
Diff
12 lines
362 B
Diff
--- db/nist/CMakeLists.txt
|
|
+++ db/nist/CMakeLists.txt
|
|
@@ -89,7 +89,7 @@
|
|
|
|
|
|
foreach(step_input ${NIST_SAMPLE_STEP_MODELS})
|
|
- ADD_NIST_STEP_TARGET(${step_input} "BRL-CAD Geometry Models/Sample")
|
|
+ #ADD_NIST_STEP_TARGET(${step_input} "BRL-CAD Geometry Models/Sample")
|
|
endforeach(step_input ${NIST_SAMPLE_STEP_MODELS})
|
|
CMAKEFILES(${NIST_SAMPLE_STEP_MODELS})
|
|
|