Skip to content

Commit

Permalink
Fix building QGIS when WITH_GEOREFERENCER is false
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Mar 20, 2021
1 parent f5be851 commit c5e5c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -678,7 +678,7 @@ add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050800)
# For fast string concatenation
add_definitions(-DQT_USE_QSTRINGBUILDER)

if (WITH_GEOREFERENCER)
if (WITH_GEOREFERENCER OR WITH_ANALYSIS)
find_package(GSL REQUIRED)
set(HAVE_GEOREFERENCER TRUE)
endif()
Expand Down

0 comments on commit c5e5c46

Please sign in to comment.