Merge changes from develop for CMake and Java
This commit is contained in:
@@ -5,7 +5,7 @@ set (CTEST_CUSTOM_WARNING_EXCEPTION
|
||||
".*note.*expected.*void.*but argument is of type.*volatile.*"
|
||||
".*src.SZIP.*:[ \t]*warning.*"
|
||||
".*src.ZLIB.*:[ \t]*warning.*"
|
||||
".*jpeg.src.*:[ \t]*warning.*"
|
||||
".*src.JPEG.*:[ \t]*warning.*"
|
||||
".*POSIX name for this item is deprecated.*"
|
||||
".*disabling jobserver mode.*"
|
||||
".*warning.*implicit declaration of function.*"
|
||||
|
||||
@@ -163,7 +163,7 @@ endif ()
|
||||
# if the output file needs Modified text removed
|
||||
if (TEST_MASK_MOD)
|
||||
file (READ ${TEST_FOLDER}/${TEST_OUTPUT} TEST_STREAM)
|
||||
string (REGEX REPLACE "Modified:[^\n]+\n" "Modified: XXXX-XX-XX XX:XX:XX XXX\n" TEST_STREAM "${TEST_STREAM}")
|
||||
string (REGEX REPLACE "Modified:[^\n]+\n" "Modified: XXXX-XX-XX XX:XX:XX XXX\n" TEST_STREAM "${TEST_STREAM}")
|
||||
file (WRITE ${TEST_FOLDER}/${TEST_OUTPUT} "${TEST_STREAM}")
|
||||
endif ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user