Skip to content

Commit

Permalink
fix for cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeiczin committed Jun 17, 2014
1 parent e642a27 commit 1e36223
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions toolchains/linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ ENDIF()

#--set os specifc linking mode-------------------------------------------------
SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/CMakeModules/)
SET(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST
/usr
/usr/bin
/usr/share
/usr/share/man
)

FIND_LIBRARY(ZLIB REQUIRED)
FIND_PACKAGE(ZLIB REQUIRED)
Expand Down

0 comments on commit 1e36223

Please sign in to comment.