Skip to content

Commit

Permalink
cosmetic cmake fix for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Oct 2, 2024
1 parent 06a81ff commit 7c170d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,7 @@ IF(${CMAKE_BUILD_TYPE} MATCHES "Fuzzer")
ENDIF()
ENDIF()

IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
SET(APPLE 1)
IF(APPLE)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")
# share data location:
SET(SDATALOC "Resources")
Expand Down

0 comments on commit 7c170d4

Please sign in to comment.