* Fix genrev not being found under Linux

* Thanks woron

--HG--
branch : trunk
This commit is contained in:
Brian
2010-08-09 05:01:05 -06:00
parent a038772b3e
commit 4688d5ab27
+1 -1
View File
@@ -24,7 +24,7 @@ if( CMAKE_GENERATOR MATCHES "Visual Studio" )
)
else()
add_custom_target("revision.h" ALL
COMMAND "${CMAKE_BINARY_DIR}/genrev"
COMMAND "${CMAKE_BINARY_DIR}/src/genrevision/genrev"
${CMAKE_SOURCE_DIR}
WORKING_DIRECTORY "${CMAKE_BINARY_DIR}"
DEPENDS genrev