mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-06 18:26:22 +03:00
0029409: Configuration, macOS - "Appkit" is spelled in CMake scripts using wrong case for "K"
Spelling error is corrected in name of AppKit library in CMake and genproj scripts for macOS
This commit is contained in:
parent
5d010b1d05
commit
2c3f1a579b
@ -86,7 +86,7 @@ if (WIN32)
|
|||||||
set (CSF_objc "objc")
|
set (CSF_objc "objc")
|
||||||
|
|
||||||
# frameworks
|
# frameworks
|
||||||
find_library (Appkit_LIB NAMES Appkit)
|
find_library (Appkit_LIB NAMES AppKit)
|
||||||
set (CSF_Appkit ${Appkit_LIB})
|
set (CSF_Appkit ${Appkit_LIB})
|
||||||
|
|
||||||
find_library (IOKit_LIB NAMES IOKit)
|
find_library (IOKit_LIB NAMES IOKit)
|
||||||
|
@ -1366,7 +1366,7 @@ proc osutils:csfList { theOS theCsfLibsMap theCsfFrmsMap } {
|
|||||||
set aLibsMap(CSF_dl) "dl"
|
set aLibsMap(CSF_dl) "dl"
|
||||||
if { "$theOS" == "mac" } {
|
if { "$theOS" == "mac" } {
|
||||||
set aLibsMap(CSF_objc) "objc"
|
set aLibsMap(CSF_objc) "objc"
|
||||||
set aFrmsMap(CSF_Appkit) "Appkit"
|
set aFrmsMap(CSF_Appkit) "AppKit"
|
||||||
set aFrmsMap(CSF_IOKit) "IOKit"
|
set aFrmsMap(CSF_IOKit) "IOKit"
|
||||||
set aFrmsMap(CSF_OpenGlLibs) "OpenGL"
|
set aFrmsMap(CSF_OpenGlLibs) "OpenGL"
|
||||||
set aFrmsMap(CSF_TclLibs) "Tcl"
|
set aFrmsMap(CSF_TclLibs) "Tcl"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user