Skip to content

Commit

Permalink
Fix case of dbghelp library
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro authored and nyalldawson committed Jul 31, 2019
1 parent 769afbb commit 0a3ec26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/app/CMakeLists.txt
Expand Up @@ -84,7 +84,7 @@ MACRO (ADD_QGIS_TEST testname testsrc)
ENDIF(WITH_QWTPOLAR AND NOT WITH_INTERNAL_QWTPOLAR)
IF(WIN32)
ADD_DEFINITIONS(-DQWT_DLL)
TARGET_LINK_LIBRARIES(qgis_${testname} DbgHelp)
TARGET_LINK_LIBRARIES(qgis_${testname} dbghelp)
ENDIF(WIN32)
IF (APPLE)
TARGET_LINK_LIBRARIES(qgis_${testname} ${APP_SERVICES_LIBRARY} )
Expand Down

0 comments on commit 0a3ec26

Please sign in to comment.