Skip to content

Commit

Permalink
Update to newest FindOsmium.cmake from libosmium.
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed May 8, 2018
1 parent 398a786 commit 1861aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindOsmium.cmake
Expand Up @@ -324,7 +324,7 @@ if(MSVC)
add_definitions(-DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS)
endif()

if(APPLE)
if(APPLE AND "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
# following only available from cmake 2.8.12:
# add_compile_options(-stdlib=libc++)
# so using this instead:
Expand Down

0 comments on commit 1861aa8

Please sign in to comment.