File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments