1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-07 08:45:59 +02:00

macOS fixes

This commit is contained in:
bfiete 2020-05-21 13:30:30 -07:00
parent 672be8a8f7
commit af77115f18
6 changed files with 23 additions and 40 deletions

View file

@ -104,9 +104,6 @@ if(MSVC)
endif(MSVC)
if(NOT MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wno-multichar")
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
#set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")
endif()
endif(NOT MSVC)
################ Files ################