Skip to content

Commit

Permalink
Fix cmake warnings when building with internal meshOptimizer
Browse files Browse the repository at this point in the history
simplifier.cpp is not a directory
  • Loading branch information
nyalldawson committed Oct 25, 2024
1 parent 356c484 commit 168e959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,7 @@ if(WITH_INTERNAL_MESHOPTIMIZER)
)

target_include_directories(qgis_core PRIVATE
${CMAKE_SOURCE_DIR}/external/meshOptimizer/simplifier.cpp
${CMAKE_SOURCE_DIR}/external/meshOptimizer
)
else()
find_package(meshoptimizer CONFIG REQUIRED)
Expand Down

0 comments on commit 168e959

Please sign in to comment.