Skip to content

Commit 1e36223

Browse files
committed
fix for cmake
1 parent e642a27 commit 1e36223

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

toolchains/linux.cmake

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ ENDIF()
1212

1313
#--set os specifc linking mode-------------------------------------------------
1414
SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/CMakeModules/)
15+
SET(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST
16+
/usr
17+
/usr/bin
18+
/usr/share
19+
/usr/share/man
20+
)
1521

1622
FIND_LIBRARY(ZLIB REQUIRED)
1723
FIND_PACKAGE(ZLIB REQUIRED)

0 commit comments

Comments
 (0)