diff options
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
| -rw-r--r-- | Graphics/GraphicsEngineOpenGL/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Graphics/GraphicsEngineOpenGL/CMakeLists.txt b/Graphics/GraphicsEngineOpenGL/CMakeLists.txt index 457e1253..3ff8988d 100644 --- a/Graphics/GraphicsEngineOpenGL/CMakeLists.txt +++ b/Graphics/GraphicsEngineOpenGL/CMakeLists.txt @@ -99,9 +99,8 @@ elseif(PLATFORM_LINUX) elseif(PLATFORM_MACOS) list(APPEND SOURCE src/GLContextMacOS.cpp) list(APPEND INCLUDE include/GLContextMacOS.h) - set_source_files_properties( - src/GLContextMacOS.cpp - COMPILE_FLAGS "-x objective-c++" + set_source_files_properties(src/GLContextMacOS.cpp + PROPERTIES COMPILE_FLAGS "-x objective-c++" ) else() message(FATAL_ERROR "Unknown platform") |
