Revision: 78378
http://sourceforge.net/p/brlcad/code/78378
Author: starseeker
Date: 2021-03-04 17:01:14 +0000 (Thu, 04 Mar 2021)
Log Message:
-----------
Write out the CMake version in use to the configure history - we often want to
know this.
Modified Paths:
--------------
brlcad/trunk/CMakeLists.txt
Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2021-03-04 16:32:48 UTC (rev 78377)
+++ brlcad/trunk/CMakeLists.txt 2021-03-04 17:01:14 UTC (rev 78378)
@@ -143,6 +143,11 @@
set(BRLCAD_PRINT_MSGS 0)
endif(NOT EXISTS ${BRLCAD_CNT_FILE})
+# Now that we know whether or not we're supposed to, print the CMake verison
+if(BRLCAD_PRINT_MSGS)
+ message(STATUS "CMake version: ${CMAKE_VERSION}")
+endif(BRLCAD_PRINT_MSGS)
+
#---------------------------------------------------------------------
# Define an option to use OBJECT libraries. If we are building with object
# libraries, we need position independent code.
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