Revision: 70037
          http://sourceforge.net/p/brlcad/code/70037
Author:   brlcad
Date:     2017-08-03 20:32:08 +0000 (Thu, 03 Aug 2017)
Log Message:
-----------
use the warning message type

Modified Paths:
--------------
    brlcad/trunk/misc/CMake/BRLCAD_Util.cmake

Modified: brlcad/trunk/misc/CMake/BRLCAD_Util.cmake
===================================================================
--- brlcad/trunk/misc/CMake/BRLCAD_Util.cmake   2017-08-03 16:48:57 UTC (rev 
70036)
+++ brlcad/trunk/misc/CMake/BRLCAD_Util.cmake   2017-08-03 20:32:08 UTC (rev 
70037)
@@ -394,7 +394,7 @@
       endif(${srcfile_ext} MATCHES ".cxx$" OR ${srcfile_ext} MATCHES ".cpp$" 
OR ${srcfile_ext} MATCHES ".cc$")
     endif(NOT file_language)
     if(NOT file_language)
-      message("WARNING - file ${srcfile} listed in the ${targetname} sources 
list does not appear to be a C or C++ file.")
+      message(WARNING "File ${srcfile} listed in the ${targetname} sources 
list does not appear to be a C or C++ file.")
     endif(NOT file_language)
   endforeach(srcfile ${sourceslist})
   set(${resultvar} "UNKNOWN" PARENT_SCOPE)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to