[crisscross commit] r869 - trunk

0 views
Skip to first unread message

codesite...@google.com

unread,
Oct 17, 2008, 4:49:59 AM10/17/08
to crisscr...@googlegroups.com
Author: steven.noonan
Date: Fri Oct 17 01:46:28 2008
New Revision: 869

Modified:
trunk/CMakeLists.txt

Log:
Forgot a few lines.


Modified: trunk/CMakeLists.txt
==============================================================================
--- trunk/CMakeLists.txt (original)
+++ trunk/CMakeLists.txt Fri Oct 17 01:46:28 2008
@@ -88,7 +88,7 @@
SEPARATE_ARGUMENTS(_compile_FLAGS)
#MESSAGE("_compiler_FLAGS: ${_compiler_FLAGS}")
#message(${_compile_FLAGS} )
- #message("COMMAND ${CMAKE_CXX_COMPILER} ${_compile_FLAGS} -x
c++-header -o ${_output} ${_input}")
+ #message("COMMAND ${CMAKE_CXX_COMPILER} ${_compile_FLAGS} -x
c++-header -o ${_output} ${_header}")

ADD_CUSTOM_COMMAND(
OUTPUT ${_output}
@@ -96,8 +96,8 @@
${_compile_FLAGS}
-x c++-header
-o ${_output}
- ${_input}
- DEPENDS ${_input} ${_outdir}
+ ${_header}
+ DEPENDS ${_header} ${_outdir}
)
ADD_CUSTOM_TARGET(${_targetName}_gch
DEPENDS ${_output}

Reply all
Reply to author
Forward
0 new messages