Skip to content
Permalink
Browse files
Merge pull request #6570 from lioncash/lzo
CMakeLists: Remove lzo from the LIBS variable and make linkage private
  • Loading branch information
leoetlino committed Apr 1, 2018
2 parents 40f3af2 + eee32c0 commit aaf9f47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
@@ -597,7 +597,6 @@ else()
include_directories(Externals/LZO)
set(LZO lzo2)
endif()
list(APPEND LIBS ${LZO})

if(NOT APPLE)
check_lib(PNG libpng png png.h QUIET)
@@ -280,7 +280,6 @@ PUBLIC
discio
enet
inputcommon
${LZO}
${MBEDTLS_LIBRARIES}
pugixml
sfml-network
@@ -289,6 +288,9 @@ PUBLIC
videoogl
videosoftware
z

PRIVATE
${LZO}
)

if (APPLE)

0 comments on commit aaf9f47

Please sign in to comment.