Skip to content

Commit

Permalink
condition update
Browse files Browse the repository at this point in the history
  • Loading branch information
aekoroglu committed Mar 21, 2023
1 parent f845f90 commit eae8ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/common/imgui/CMakeLists.txt
Expand Up @@ -15,6 +15,6 @@ TARGET_LINK_LIBRARIES(imgui glfw)
SET_PROPERTY(TARGET imgui PROPERTY FOLDER tutorials/common)
SET_PROPERTY(TARGET imgui APPEND PROPERTY COMPILE_FLAGS " ${FLAGS_LOWEST}")

if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" OR ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "aarch64")
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" OR ${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm64|aarch64")
TARGET_COMPILE_DEFINITIONS(imgui PUBLIC IMGUI_DISABLE_SSE)
endif()

0 comments on commit eae8ee3

Please sign in to comment.