Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CMake: fixed a typo
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6504 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Feb 3, 2007
1 parent 01d3110 commit cd7a57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Expand Up @@ -11,7 +11,7 @@ ELSE (WIN32)
SET(QGIS_GUI_LIB ${CMAKE_BINARY_DIR}/src/gui/libqgis_gui.so)
ENDIF (WIN32)

SET (BINDINGS_LIBS ${BINDING_CORE_LIB} ${BINDINGS_GUI_LIB})
SET (BINDINGS_LIBS ${BINDINGS_CORE_LIB} ${BINDINGS_GUI_LIB})

SET (BINDINGS_CORE_MAKEFILE ${CMAKE_CURRENT_BINARY_DIR}/core/Makefile)
SET (BINDINGS_GUI_MAKEFILE ${CMAKE_CURRENT_BINARY_DIR}/gui/Makefile)
Expand Down

0 comments on commit cd7a57e

Please sign in to comment.