Skip to content

Commit

Permalink
Also enable build with 3D by default
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Apr 30, 2023
1 parent e0bbd79 commit 20e2f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -166,7 +166,7 @@ if(WITH_CORE)
endif()
endif()

set (WITH_3D FALSE CACHE BOOL "Determines whether QGIS 3D library should be built")
set (WITH_3D TRUE CACHE BOOL "Determines whether QGIS 3D library should be built")

set (WITH_QUICK FALSE CACHE BOOL "Determines whether QGIS Quick library should be built")

Expand Down

0 comments on commit 20e2f67

Please sign in to comment.