Revision: 77631
http://sourceforge.net/p/brlcad/code/77631
Author: brlcad
Date: 2020-10-24 05:07:28 +0000 (Sat, 24 Oct 2020)
Log Message:
-----------
3.19 added support for spaces, but that's too new to require, so set the policy
accordingly
Modified Paths:
--------------
brlcad/trunk/CMakeLists.txt
Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2020-10-24 03:34:09 UTC (rev 77630)
+++ brlcad/trunk/CMakeLists.txt 2020-10-24 05:07:28 UTC (rev 77631)
@@ -3685,6 +3685,9 @@
COMMAND false
)
set_target_properties(print-warning-message PROPERTIES FOLDER "Compilation
Utilities")
+
+# NOTE: set to NEW and remove slashes after 3.19 is required
+cmake_policy(SET CMP0110 OLD)
add_test(NAME "NOTE:\\ some\\ 'test'\\ tests\\ are\\ expected\\ to\\ fail,\\
'regress'\\ must\\ pass" COMMAND ${CMAKE_COMMAND} --build . --target
print-warning-message)
# Local Variables:
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits