Skip to content

Commit ea0d8b0

Browse files
committed
cmake: cleanup
1 parent 419fe33 commit ea0d8b0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

build/cmake/CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,16 @@ if(ruisapp_build_opengles_variant)
147147
# The quotes are important so CMake passes it as a single linker argument.
148148
"-framework Foundation"
149149
"-framework UIKit"
150-
"-framework OpenGLES" # TODO: is needed? ruis-render-opengles already links against it
150+
# "-framework OpenGLES" # TODO: is needed? ruis-render-opengles already links against it. Remove.
151151
"-framework GLKit" # for GLKViewController
152152
)
153153

154-
# TODO: is this needed?
155-
target_link_options(
156-
${name}-opengles-test
157-
PRIVATE
158-
"-ObjC" # Use -ObjC (case sensitive) to pass the linker flag
159-
)
154+
# TODO: is this needed? Remove.
155+
# target_link_options(
156+
# ${name}-opengles-test
157+
# PRIVATE
158+
# "-ObjC" # Use -ObjC (case sensitive) to pass the linker flag
159+
# )
160160

161161
set_target_properties(${name}-opengles-test PROPERTIES
162162
MACOSX_BUNDLE_GUI_IDENTIFIER "io.github.cppfw.${name}-opengles-test"

0 commit comments

Comments
 (0)