Skip to content

Commit

Permalink
fix hello_imgui_ios cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Jan 9, 2024
1 parent fc3f221 commit 9f21d8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hello_imgui_cmake/apple/hello_imgui_ios.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ endfunction()

# Check CMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM
function(hello_imgui_ios_check_development_team)
string(REGEX MATCH "SIMULATOR.*" IOS_IS_SIMULATOR ${PLATFORM})
if (IOS_IS_SIMULATOR)
return()
endif()
Expand Down

0 comments on commit 9f21d8e

Please sign in to comment.