Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed qgssvnversion.h dependency
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6680 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
homann committed Feb 23, 2007
1 parent 78f09a9 commit 4ad2765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -185,7 +185,7 @@ INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR})

# We only do this if we are in a .svn dir

FIND_FILE(SVN_MARKER ${CMAKE_SOURCE_DIR}/.svn/entries)
FIND_FILE(SVN_MARKER entries PATHS ${CMAKE_SOURCE_DIR}/.svn)

IF (NOT SVN_MARKER)
SET (SVN_MARKER ${CMAKE_SOURCE_DIR}/CMakeLists.txt) # Dummy file
Expand Down

0 comments on commit 4ad2765

Please sign in to comment.