Revision: 75751
          http://sourceforge.net/p/brlcad/code/75751
Author:   starseeker
Date:     2020-05-08 00:37:48 +0000 (Fri, 08 May 2020)
Log Message:
-----------
Helps to make the correct stamp file...

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

Modified: brlcad/trunk/include/CMakeLists.txt
===================================================================
--- brlcad/trunk/include/CMakeLists.txt 2020-05-08 00:28:15 UTC (rev 75750)
+++ brlcad/trunk/include/CMakeLists.txt 2020-05-08 00:37:48 UTC (rev 75751)
@@ -95,7 +95,7 @@
        -I${CMAKE_SOURCE_DIR}/src/other/openNURBS 
-I${CMAKE_SOURCE_DIR}/src/other/tcl/generic
        -fsyntax-only -Wall -Wextra -Wno-deprecated
        ${CMAKE_CURRENT_SOURCE_DIR}/${hdrfile}
-       COMMAND ${CMAKE_COMMAND} -E touch 
${CMAKE_CURRENT_BINARY_DIR}/${hdrfile}.stamp
+       COMMAND ${CMAKE_COMMAND} -E touch 
${CMAKE_CURRENT_BINARY_DIR}/${STMPFILE}.stamp
        DEPENDS ${hdrfile}
        )
       add_custom_target(${STMPFILE}-check DEPENDS 
${CMAKE_CURRENT_BINARY_DIR}/${STMPFILE}.stamp)

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