We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e0a18 commit a76dabeCopy full SHA for a76dabe
CMakeLists.txt
@@ -2,6 +2,11 @@ cmake_minimum_required(VERSION 3.2)
2
3
project(ReactiveSocket)
4
5
+if (NOT DEFINED CPACK_GENERATOR)
6
+ set(CPACK_GENERATOR "RPM")
7
+endif()
8
+include(CPack)
9
+
10
# CMake modules.
11
set(CMAKE_MODULE_PATH
12
"${CMAKE_SOURCE_DIR}/cmake/"
0 commit comments