mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 02:38:52 -05:00
Fixed framework variables not marked as advanced.
This commit is contained in:
parent
1dc84989bf
commit
a6ba9d6bcd
|
@ -465,6 +465,10 @@ if (_GLFW_COCOA AND _GLFW_NSGL)
|
||||||
find_library(IOKIT_FRAMEWORK IOKit)
|
find_library(IOKIT_FRAMEWORK IOKit)
|
||||||
find_library(CORE_FOUNDATION_FRAMEWORK CoreFoundation)
|
find_library(CORE_FOUNDATION_FRAMEWORK CoreFoundation)
|
||||||
find_library(CORE_VIDEO_FRAMEWORK CoreVideo)
|
find_library(CORE_VIDEO_FRAMEWORK CoreVideo)
|
||||||
|
mark_as_advanced(COCOA_FRAMEWORK
|
||||||
|
IOKIT_FRAMEWORK
|
||||||
|
CORE_FOUNDATION_FRAMEWORK
|
||||||
|
CORE_VIDEO_FRAMEWORK)
|
||||||
list(APPEND glfw_LIBRARIES "${COCOA_FRAMEWORK}"
|
list(APPEND glfw_LIBRARIES "${COCOA_FRAMEWORK}"
|
||||||
"${OPENGL_gl_LIBRARY}"
|
"${OPENGL_gl_LIBRARY}"
|
||||||
"${IOKIT_FRAMEWORK}"
|
"${IOKIT_FRAMEWORK}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user