Skip to content
Snippets Groups Projects
Verified Commit a6a8311b authored by sunpoet's avatar sunpoet
Browse files

science/libkml: Fix build with Clang 16

Clang 16 uses c++17 by default.
parent d8b355fa
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ USES= cmake compiler:c++11-lang minizip pathfix
CMAKE_OFF= BUILD_TESTING WITH_JAVA WITH_PYTHON WITH_SWIG
CMAKE_ON= BUILD_SHARED_LIBS
LDFLAGS+= -lz
USE_CXXSTD= c++11
USE_LDCONFIG= yes
USE_GITHUB= yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment