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)