Skip to content

Commit

Permalink
Update src/CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
  • Loading branch information
nyalldawson and m-kuhn committed Dec 7, 2021
1 parent 5f6402c commit 42b15fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -19,7 +19,7 @@ if (NOT IOS)
add_subdirectory(crssync)
endif()

if (NOT WITH_QT6 AND ((WIN32 AND NOT MINGW) OR (UNIX AND NOT APPLE AND NOT ANDROID)))
if (NOT WITH_QT6 AND ((WIN32 AND NOT MINGW) OR (UNIX AND NOT APPLE AND NOT ANDROID AND NOT IOS)))
add_subdirectory(crashhandler)
endif()
add_subdirectory(test)
Expand Down

0 comments on commit 42b15fd

Please sign in to comment.