Skip to content

Commit 25eeb25

Browse files
committed
whoops
1 parent eb32736 commit 25eeb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ endif()
9595

9696
add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)
9797

98-
if (APPLE AND NOT (${CMAKE_SYSTEM_NAME} STREQUAL "iOS" OR IOS)
98+
if (APPLE AND NOT (${CMAKE_SYSTEM_NAME} STREQUAL "iOS" OR IOS))
9999
target_link_libraries(${PROJECT_NAME} paho-mqttpp3-static "-framework OpenGL")
100100
else()
101101
target_link_libraries(${PROJECT_NAME} paho-mqttpp3-static)

0 commit comments

Comments
 (0)