From fc869d11007d3181a06b372bbb06a3354ba5289d Mon Sep 17 00:00:00 2001 From: Zbigniew Mandziejewicz Date: Thu, 23 Jul 2015 13:30:43 +0800 Subject: [PATCH] Remove package export --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50f5528c9..cef157ac9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -516,8 +516,6 @@ export( EXPORT glfwTargets FILE "${GLFW_BINARY_DIR}/glfw3Targets.cmake") -export(PACKAGE glfw3) - if (GLFW_BUILD_DOCS) configure_file(docs/Doxyfile.in docs/Doxyfile @ONLY)