diff options
-rw-r--r-- | cmake/common.cmake | 4 | ||||
-rw-r--r-- | rpm/rpm-config.spec.in (renamed from rpm/config.spec.in) | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/cmake/common.cmake b/cmake/common.cmake index 8e23af7..1c931cb 100644 --- a/cmake/common.cmake +++ b/cmake/common.cmake @@ -52,6 +52,10 @@ macro(PROJECT_TARGET_ADD TARGET_NAME) set(TARGET_NAME ${TARGET_NAME}) endmacro(PROJECT_TARGET_ADD) +macro(PROJECT_PKGDEP_ADD PKG_NAME) + set_property(GLOBAL APPEND PROPERTY PROJECT_PKG_DEPS ${PKG_NAME}) +endmacro(PROJECT_PKGDEP_ADD) + # Check GCC minimal version if (gcc_minimal_version) message (STATUS "${Blue}-- Check gcc_minimal_version (found gcc version ${CMAKE_C_COMPILER_VERSION}) (found g++ version ${CMAKE_CXX_COMPILER_VERSION})${ColourReset}") diff --git a/rpm/config.spec.in b/rpm/rpm-config.spec.in index 66346fb..66346fb 100644 --- a/rpm/config.spec.in +++ b/rpm/rpm-config.spec.in |