From 0a0a652388501a1142e4ddd83ea5ed945c9e82da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 20 Aug 2019 09:15:47 +0200 Subject: [PATCH] Platform: this code doesn't need stuff from GL. Fixes a build w/o GL enabled. --- src/Magnum/Platform/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Platform/CMakeLists.txt b/src/Magnum/Platform/CMakeLists.txt index 8e4ae69bc..d299cd404 100644 --- a/src/Magnum/Platform/CMakeLists.txt +++ b/src/Magnum/Platform/CMakeLists.txt @@ -59,7 +59,7 @@ if(WITH_EMSCRIPTENAPPLICATION OR WITH_GLFWAPPLICATION OR WITH_SDL2APPLICATION) ${MagnumPlatform_SRCS} ${MagnumPlatform_HEADERS} ${MagnumPlatform_PRIVATE_HEADERS}) - target_include_directories(MagnumPlatformObjects PUBLIC $) + target_include_directories(MagnumPlatformObjects PUBLIC $) if(BUILD_STATIC_PIC) set_target_properties(MagnumPlatformObjects PROPERTIES POSITION_INDEPENDENT_CODE ON) endif()