0029409: Configuration, macOS - "Appkit" is spelled in CMake scripts using wrong...
authorabv <abv@opencascade.com>
Tue, 2 Jan 2018 11:03:16 +0000 (14:03 +0300)
committerapn <apn@opencascade.com>
Fri, 12 Jan 2018 09:25:02 +0000 (12:25 +0300)
Spelling error is corrected in name of AppKit library in CMake and genproj scripts for macOS

adm/cmake/occt_csf.cmake
adm/genproj.tcl

index 5ef65aa..995ce45 100644 (file)
@@ -86,7 +86,7 @@ if (WIN32)
     set (CSF_objc        "objc")
 
     # frameworks
-    find_library (Appkit_LIB NAMES Appkit)
+    find_library (Appkit_LIB NAMES AppKit)
     set (CSF_Appkit ${Appkit_LIB})
 
     find_library (IOKit_LIB NAMES IOKit)
index 2bc4f38..4ae7e31 100644 (file)
@@ -1366,7 +1366,7 @@ proc osutils:csfList { theOS theCsfLibsMap theCsfFrmsMap } {
     set aLibsMap(CSF_dl)           "dl"
     if { "$theOS" == "mac" } {
       set aLibsMap(CSF_objc)       "objc"
-      set aFrmsMap(CSF_Appkit)     "Appkit"
+      set aFrmsMap(CSF_Appkit)     "AppKit"
       set aFrmsMap(CSF_IOKit)      "IOKit"
       set aFrmsMap(CSF_OpenGlLibs) "OpenGL"
       set aFrmsMap(CSF_TclLibs)    "Tcl"