mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
comments out ++(C++) build settings, for now
in case it needs more than a clean rebuild to compile the project on recent Xcode - will revisit when I can ensure things build safely
This commit is contained in:
parent
20e7837717
commit
baa0a6de12
1 changed files with 9 additions and 9 deletions
|
@ -9,15 +9,15 @@ set(PORTAUDIO_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external/portaudio)
|
|||
project(interface)
|
||||
|
||||
# ++ C++ version
|
||||
if (NOT MSVC AND NOT CMAKE_COMPILER_IS_GNUCXX)
|
||||
# ...assume clang
|
||||
add_definitions("-std=c++0x")
|
||||
add_definitions("-stdlib=libc++")
|
||||
elseif (NOT MSVC)
|
||||
# this one works for GCC...
|
||||
add_definitions("-std=c++0x")
|
||||
# ...and msvc defaults to latest version
|
||||
endif ()
|
||||
# if (NOT MSVC AND NOT CMAKE_COMPILER_IS_GNUCXX)
|
||||
# # ...assume clang
|
||||
# add_definitions("-std=c++0x")
|
||||
# add_definitions("-stdlib=libc++")
|
||||
# elseif (NOT MSVC)
|
||||
# # this one works for GCC...
|
||||
# add_definitions("-std=c++0x")
|
||||
# # ...and msvc defaults to latest version
|
||||
# endif ()
|
||||
|
||||
|
||||
if (APPLE)
|
||||
|
|
Loading…
Reference in a new issue