summaryrefslogtreecommitdiffstats
path: root/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorJordan Augé <jordan.auge+fdio@cisco.com>2019-02-04 13:33:33 +0000
committerGerrit Code Review <gerrit@fd.io>2019-02-04 13:33:33 +0000
commite5d186cd59f471ef8c97ce341e231c7663ac92b9 (patch)
tree2b95151f559169d76e87c1c3c9aedc6ac06fa6c5 /lib/CMakeLists.txt
parent9a7a239ed9d70513580d2104f2a70e77d03d91be (diff)
parent7cf1f75bb113353f9a35b0d20302a9d32383154e (diff)
Merge "[HICN-9] Fix version number in libhicn doc."
Diffstat (limited to 'lib/CMakeLists.txt')
-rw-r--r--lib/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 44d8526c6..796de8df8 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -32,10 +32,6 @@ endif()
include (Packaging)
-set(CMAKE_VERSION_MAJOR 0)
-set(CMAKE_VERSION_MINOR 1)
-set(CMAKE_VERSION_PATCH 1)
-
option(CMAKE_BUILD_TEST "Build unit tests" OFF)
if (NOT CMAKE_BUILD_TYPE)