We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb32736 commit 25eeb25Copy full SHA for 25eeb25
CMakeLists.txt
@@ -95,7 +95,7 @@ endif()
95
96
add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)
97
98
-if (APPLE AND NOT (${CMAKE_SYSTEM_NAME} STREQUAL "iOS" OR IOS)
+if (APPLE AND NOT (${CMAKE_SYSTEM_NAME} STREQUAL "iOS" OR IOS))
99
target_link_libraries(${PROJECT_NAME} paho-mqttpp3-static "-framework OpenGL")
100
else()
101
target_link_libraries(${PROJECT_NAME} paho-mqttpp3-static)
0 commit comments