Skip to content
Snippets Groups Projects
Commit d97e1437 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

Enable C++11 on MacOS

parent 5fb5748c
No related branches found
No related tags found
No related merge requests found
......@@ -266,10 +266,8 @@ ADD_CUSTOM_COMMAND(
ADD_DEFINITIONS( -W -Wall -Wextra )
if( NOT APPLE )
# Ensure we can use some C++11 features
target_compile_features(vlmc PUBLIC cxx_nullptr cxx_range_for)
endif()
# Ensure we can use some C++11 features
target_compile_features(vlmc PUBLIC cxx_nullptr cxx_range_for)
IF(UNIX)
IF (WITH_PROFILING)
......
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