mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-10 20:25:06 +01:00
CMakeLists: lowercase find_library usage
The rest of the CMake script uses lowercase for commands (which is the general CMake style), making it more consistent with surrounding code.
This commit is contained in:
parent
b399186f18
commit
f5ddcef340
@ -261,7 +261,7 @@ endif()
|
|||||||
# ======================================
|
# ======================================
|
||||||
|
|
||||||
IF (APPLE)
|
IF (APPLE)
|
||||||
FIND_LIBRARY(COCOA_LIBRARY Cocoa) # Umbrella framework for everything GUI-related
|
find_library(COCOA_LIBRARY Cocoa) # Umbrella framework for everything GUI-related
|
||||||
set(PLATFORM_LIBRARIES ${COCOA_LIBRARY} ${IOKIT_LIBRARY} ${COREVIDEO_LIBRARY})
|
set(PLATFORM_LIBRARIES ${COCOA_LIBRARY} ${IOKIT_LIBRARY} ${COREVIDEO_LIBRARY})
|
||||||
|
|
||||||
if (CMAKE_CXX_COMPILER_ID STREQUAL Clang)
|
if (CMAKE_CXX_COMPILER_ID STREQUAL Clang)
|
||||||
|
Loading…
Reference in New Issue
Block a user