Revision: 75747
          http://sourceforge.net/p/brlcad/code/75747
Author:   starseeker
Date:     2020-05-08 00:06:17 +0000 (Fri, 08 May 2020)
Log Message:
-----------
We don't want check-headers to be run by default

Modified Paths:
--------------
    brlcad/trunk/include/CMakeLists.txt

Modified: brlcad/trunk/include/CMakeLists.txt
===================================================================
--- brlcad/trunk/include/CMakeLists.txt 2020-05-07 22:05:05 UTC (rev 75746)
+++ brlcad/trunk/include/CMakeLists.txt 2020-05-08 00:06:17 UTC (rev 75747)
@@ -76,7 +76,7 @@
 # Note: don't know how to do this on Windows - skip with Visual Studio
 if (DEFINED BRLCAD_HDR_CHECK AND NOT MSVC)
 
-  add_custom_target(check-headers ALL)
+  add_custom_target(check-headers)
   set_target_properties(check-headers PROPERTIES FOLDER "BRL-CAD Header 
Checks")
 
   file(GLOB_RECURSE hdrfiles RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "*.h")

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

Reply via email to