We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee32a0f commit b2a8343Copy full SHA for b2a8343
test/p21/CMakeLists.txt
@@ -1,6 +1,11 @@
1
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
2
#test part 21 files
3
4
+#necessary macros won't already be defined if SC_BUILD_SCHEMAS is set to ""
5
+if(NOT COMMAND SCHEMA_CMLIST)
6
+ include(${SC_CMAKE_DIR}/schema_scanner/schemaScanner.cmake)
7
+endif(NOT COMMAND SCHEMA_CMLIST)
8
+
9
#used to create a number of small files at test-time. you probably don't want to modify.
10
set(P21_FILE_HEAD "
11
ISO-10303-21;
0 commit comments