mirror of
https://github.com/libAthena/athena.git
synced 2025-07-01 10:53:34 +00:00
forced lzo to link statically on OS X
This commit is contained in:
parent
a16fd79838
commit
4ffce2dbc3
4
extern/lzo/CMakeLists.txt
vendored
4
extern/lzo/CMakeLists.txt
vendored
@ -1,7 +1,7 @@
|
|||||||
if(NOT WIN32)
|
if(NOT WIN32 AND NOT APPLE)
|
||||||
find_library(LZO_LIB lzo2)
|
find_library(LZO_LIB lzo2)
|
||||||
endif()
|
endif()
|
||||||
if(WIN32 OR LZO_LIB STREQUAL LZO_LIB-NOTFOUND)
|
if(WIN32 OR APPLE OR LZO_LIB STREQUAL LZO_LIB-NOTFOUND)
|
||||||
include_directories(include)
|
include_directories(include)
|
||||||
message("-- Using Athena's built-in lzo")
|
message("-- Using Athena's built-in lzo")
|
||||||
add_library(lzo2
|
add_library(lzo2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user