Skip to content

Commit

Permalink
Fix issue Samsung#146
Browse files Browse the repository at this point in the history
This fixes issue Samsung#146 Samsung#146
  • Loading branch information
geraldspreer authored Dec 7, 2023
1 parent aafa6f3 commit bf4f0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compileoptions.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if (CLR_CMAKE_PLATFORM_UNIX)
if(CLR_CMAKE_PLATFORM_DARWIN)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -force_flat_namespace -std=c++14")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
else()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
endif(CLR_CMAKE_PLATFORM_DARWIN)
Expand Down

0 comments on commit bf4f0d5

Please sign in to comment.