Update cmake min version and cmake command convention
This commit is contained in:
@@ -49,7 +49,7 @@ if (FILE_PARSE)
|
||||
message (STATUS "processed pragma in ${FILE_PARSE}")
|
||||
file (READ ${GEN_DIR}/${FILE_PARSE}.h TEST_STREAM)
|
||||
file (WRITE ${FILE_PARSE}.h "${TEST_STREAM}")
|
||||
endif (FILE_PARSE)
|
||||
endif ()
|
||||
|
||||
if (FILE_ANALYZE)
|
||||
# Add code that disables warnings in the flex/bison-generated code.
|
||||
@@ -81,4 +81,4 @@ if (FILE_ANALYZE)
|
||||
")
|
||||
file (APPEND ${FILE_ANALYZE} "${TEST_STREAM}")
|
||||
message (STATUS "processed pragma in ${FILE_ANALYZE}")
|
||||
endif (FILE_ANALYZE)
|
||||
endif ()
|
||||
|
||||
Reference in New Issue
Block a user