You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to open Library/CMakeLists.txt using QtCreator on Linux machine you get the error above. The problem is: set(CMAKE_EXE_LINKER_FLAGS “-framework AudioToolbox -framework CoreGraphics -framework QuartzCore -framework UIKit -framework OpenGLES”)
looks like set(CMAKE_EXE_LINKER_FLAGS �-framework AudioToolbox -framework CoreGraphics -framework QuartzCore -framework UIKit -framework OpenGLES�)
in terminal. Removing quotes solves the error.
The text was updated successfully, but these errors were encountered:
If you try to open Library/CMakeLists.txt using QtCreator on Linux machine you get the error above. The problem is:
set(CMAKE_EXE_LINKER_FLAGS “-framework AudioToolbox -framework CoreGraphics -framework QuartzCore -framework UIKit -framework OpenGLES”)
looks like
set(CMAKE_EXE_LINKER_FLAGS �-framework AudioToolbox -framework CoreGraphics -framework QuartzCore -framework UIKit -framework OpenGLES�)
in terminal. Removing quotes solves the error.
The text was updated successfully, but these errors were encountered: