Revision: 48427
          http://brlcad.svn.sourceforge.net/brlcad/?rev=48427&view=rev
Author:   starseeker
Date:     2012-01-11 19:21:46 +0000 (Wed, 11 Jan 2012)
Log Message:
-----------
If the perplex template changes, we want to do a rebuild of the tools that use 
it.

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

Modified: brlcad/trunk/misc/CMake/PERPLEX_Util.cmake
===================================================================
--- brlcad/trunk/misc/CMake/PERPLEX_Util.cmake  2012-01-11 19:19:59 UTC (rev 
48426)
+++ brlcad/trunk/misc/CMake/PERPLEX_Util.cmake  2012-01-11 19:21:46 UTC (rev 
48427)
@@ -76,7 +76,7 @@
     ADD_CUSTOM_COMMAND(
        OUTPUT ${re2c_src} ${OutputHeader}
        COMMAND ${PERPLEX_EXECUTABLE} -c -o ${re2c_src} -i ${OutputHeader} -t 
${Template} ${Input}
-       DEPENDS ${Input} ${PERPLEX_EXECUTABLE_TARGET} ${RE2C_EXECUTABLE_TARGET}
+       DEPENDS ${Input} ${Template} ${PERPLEX_EXECUTABLE_TARGET} 
${RE2C_EXECUTABLE_TARGET}
        WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
        COMMENT "[PERPLEX][${Name}] Generating re2c input with 
${PERPLEX_EXECUTABLE}"
        )

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


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to