Skip to content

Commit

Permalink
Update table definitions to 0.8.4 spec
Browse files Browse the repository at this point in the history
  • Loading branch information
pepijnve committed Sep 30, 2013
1 parent a522d5e commit 3fbe707
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,10 @@ else()
find_program(SH sh)
if(SH)
execute_process(COMMAND ${SH} -c
"cd ${CMAKE_SOURCE_DIR} && ${CMAKE_SOURCE_DIR}/tools/svn_repo_revision.sh")
"cd ${CMAKE_CURRENT_SOURCE_DIR} && ${CMAKE_CURRENT_SOURCE_DIR}/tools/svn_repo_revision.sh")

file(RENAME "${CMAKE_SOURCE_DIR}/geos_svn_revision.h"
"${CMAKE_BINARY_DIR}/geos_svn_revision.h")
file(RENAME "${CMAKE_CURRENT_SOURCE_DIR}/geos_svn_revision.h"
"${CMAKE_CURRENT_BINARY_DIR}/geos_svn_revision.h")
else()
message("*** sh-compatible command not found, cannot create geos_svn_revision.h")
message("*** Check SVN revision and create revision header manually:")
Expand Down

0 comments on commit 3fbe707

Please sign in to comment.