Skip to content

Commit

Permalink
Try fix CI metal (no enable_language(OBJCXX))
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Jan 31, 2024
1 parent 4682107 commit b96b3e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hello_imgui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ include(FetchContent)
include(${HELLOIMGUI_BASEPATH}/src/hello_imgui_test_engine_integration/hello_imgui_test_engine_cmake.cmake)


# Enable objective-c++ for apple. This is global and cannot (yet) be done in a function.
# Enable objective-c for apple. This is global and cannot (yet) be done in a function.
if (APPLE)
enable_language(OBJCXX)
enable_language(OBJC)
endif()

Expand Down

0 comments on commit b96b3e6

Please sign in to comment.