From aa4ec94d71d2f4b9a90f0f555ddc6b8af04a95df Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 11 Aug 2014 20:30:12 +0200 Subject: [PATCH] Removed link interface no-op. Closes #327. --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6d94a4d0..1bc7caf1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -88,7 +88,6 @@ if (BUILD_SHARED_LIBS) endif() target_link_libraries(glfw ${glfw_LIBRARIES}) - target_link_libraries(glfw LINK_INTERFACE_LIBRARIES) endif() if (GLFW_INSTALL)