mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
Remove 3.0 dependendent target export in build tree
This commit is contained in:
parent
d022855f54
commit
2f59dadb0c
@ -512,11 +512,9 @@ configure_file(
|
||||
glfw3Config.cmake
|
||||
COPYONLY)
|
||||
|
||||
if(NOT CMAKE_VERSION VERSION_LESS 3.0)
|
||||
export(
|
||||
EXPORT glfwTargets
|
||||
FILE "${GLFW_BINARY_DIR}/glfw3Targets.cmake")
|
||||
endif()
|
||||
export(
|
||||
TARGETS glfw
|
||||
FILE glfw3Targets.cmake)
|
||||
|
||||
if (GLFW_BUILD_DOCS)
|
||||
configure_file(docs/Doxyfile.in
|
||||
|
Loading…
Reference in New Issue
Block a user