mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
20 lines
442 B
Diff
20 lines
442 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 453fd8a..5f6ee11 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -6,13 +6,13 @@ if(NOT CMAKE_INSTALL_PREFIX)
|
|
unset(CMAKE_INSTALL_PREFIX CACHE)
|
|
endif(NOT CMAKE_INSTALL_PREFIX)
|
|
|
|
-project(qca)
|
|
|
|
if(NOT APPLE)
|
|
cmake_minimum_required(VERSION 2.8.12)
|
|
else()
|
|
cmake_minimum_required(VERSION 3.0)
|
|
endif()
|
|
+project(qca)
|
|
|
|
set(QCA_LIB_MAJOR_VERSION "2")
|
|
set(QCA_LIB_MINOR_VERSION "1")
|