Skip to content

Commit

Permalink
fix geometry/CMakeLists.txt: app -> core...
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti authored and nyalldawson committed Aug 19, 2021
1 parent 0340f04 commit c22a9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/geometry/CMakeLists.txt
Expand Up @@ -31,5 +31,5 @@ set(TESTS
)

foreach(TESTSRC ${TESTS})
add_qgis_test(${TESTSRC} MODULE app LINKEDLIBRARIES qgis_app)
add_qgis_test(${TESTSRC} MODULE core LINKEDLIBRARIES qgis_core)
endforeach(TESTSRC)

0 comments on commit c22a9a9

Please sign in to comment.