]> git.armaanb.net Git - gen-shell.git/blobdiff - CMakeLists.txt
about as detasked as it will be
[gen-shell.git] / CMakeLists.txt
index 44a96e8c862e951570c109f1249580d7c963e22f..a7661e4c32d7b42873e87cd3ea837ac531bb445f 100644 (file)
@@ -18,9 +18,7 @@ if (EXISTS ${CMAKE_SOURCE_DIR}/.git/index)
   execute_process (COMMAND git log -1 --pretty=format:%h
                    WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
                    OUTPUT_VARIABLE COMMIT)
-  configure_file ( ${CMAKE_SOURCE_DIR}/commit.h.in
-                   ${CMAKE_SOURCE_DIR}/commit.h)
-  message ("-- Found SHA1 reference: ${COMMIT}")
+ message ("-- Found SHA1 reference: ${COMMIT}")
 endif (EXISTS ${CMAKE_SOURCE_DIR}/.git/index)
 
 set (PACKAGE "${PROJECT_NAME}")