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
|
glfw3Config.cmake
|
||||||
COPYONLY)
|
COPYONLY)
|
||||||
|
|
||||||
if(NOT CMAKE_VERSION VERSION_LESS 3.0)
|
export(
|
||||||
export(
|
TARGETS glfw
|
||||||
EXPORT glfwTargets
|
FILE glfw3Targets.cmake)
|
||||||
FILE "${GLFW_BINARY_DIR}/glfw3Targets.cmake")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if (GLFW_BUILD_DOCS)
|
if (GLFW_BUILD_DOCS)
|
||||||
configure_file(docs/Doxyfile.in
|
configure_file(docs/Doxyfile.in
|
||||||
|
Loading…
Reference in New Issue
Block a user