Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Small fix to qgssvnversion detection
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6660 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 22, 2007
1 parent c298c7c commit f2377a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Expand Up @@ -183,7 +183,6 @@ INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR})
# create qgssvnversion.h

IF (WIN32)
WRITE_FILE(${CMAKE_BINARY_DIR}/qgssvnversion.h "#define QGSSVNVERSION \"svn_rev_unavailable\"")
SET (SVNVER_H ${CMAKE_BINARY_DIR}/qgssvnversion.h)
IF (NOT EXISTS ${SVNVER_H})
WRITE_FILE(${SVNVER_H} "#define QGSSVNVERSION \"svn_rev_unavailable\"")
Expand Down

0 comments on commit f2377a4

Please sign in to comment.