diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt index 5226592..acd4b2e 100644 --- a/build/cmake/CMakeLists.txt +++ b/build/cmake/CMakeLists.txt @@ -176,7 +176,7 @@ if(CMAKE_VERSION VERSION_LESS 2.8.12) else() target_compile_definitions(glew_s INTERFACE "GLEW_STATIC") foreach(t glew glew_s) - target_include_directories(${t} PUBLIC $) + target_include_directories(${t} PUBLIC $) endforeach() set(MAYBE_EXPORT EXPORT glew-targets) endif()