Skip to content

Commit 85fa998

Browse files
author
jef
committedSep 7, 2009
fix dependency
git-svn-id: http://svn.osgeo.org/qgis/trunk@11585 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c557f49 commit 85fa998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/analysis/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ENDIF (WIN32)
5757

5858
ADD_LIBRARY(qgis_analysis SHARED ${QGIS_ANALYSIS_SRCS} ${QGIS_ANALYSIS_MOC_SRCS} )
5959

60-
ADD_DEPENDENCIES(qgis_analysis core)
60+
ADD_DEPENDENCIES(qgis_analysis qgis_core)
6161

6262
SET_TARGET_PROPERTIES(qgis_analysis PROPERTIES
6363
VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}

0 commit comments

Comments
 (0)
Please sign in to comment.