summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeechan, Kim <cbible.kim@samsung.com>2018-04-04 09:35:30 +0900
committerSeechan, Kim <cbible.kim@samsung.com>2018-04-04 09:36:19 +0900
commitc2b7520059c40c8b0a072d468ec38496708758ea (patch)
tree5aad6f2a05d203dfcb956905c3ac46b084c150bd
parent5eac3a8c72205b0c1f9cced96559eeb3765a571c (diff)
parentb6c43069b07a763426b62d8f32e81eac807536da (diff)
downloadgeofence-server-c2b7520059c40c8b0a072d468ec38496708758ea.tar.gz
geofence-server-c2b7520059c40c8b0a072d468ec38496708758ea.tar.bz2
geofence-server-c2b7520059c40c8b0a072d468ec38496708758ea.zip
Change-Id: I8ac7064b6d22f987b6c26d35b9f46e16549e05bd Signed-off-by: Seechan, Kim <cbible.kim@samsung.com>
-rw-r--r--CMakeLists.txt2
-rw-r--r--geofence-server/CMakeLists.txt2
-rw-r--r--module/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6600afd..8e226f5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,7 +37,7 @@ ADD_DEFINITIONS("-DPREFIX=\"${CMAKE_INSTALL_PREFIX}\"")
ADD_DEFINITIONS(" -DEXPORT_API=\"__attribute__((visibility(\\\"default\\\")))\" ")
MESSAGE(${CMAKE_C_FLAGS})
-MESSAGE(${CMAKE_EXE_LINKER_FLAGS})
+#MESSAGE(${CMAKE_EXE_LINKER_FLAGS})
ADD_SUBDIRECTORY(module)
ADD_SUBDIRECTORY(geofence-server)
diff --git a/geofence-server/CMakeLists.txt b/geofence-server/CMakeLists.txt
index 9f3786d..a64c5f7 100644
--- a/geofence-server/CMakeLists.txt
+++ b/geofence-server/CMakeLists.txt
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 2.0)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
PROJECT(geofence-server)
SET(server_pkgs_LDFLAGS "${server_pkgs_LDFLAGS} -ldl")
diff --git a/module/CMakeLists.txt b/module/CMakeLists.txt
index b13e779..9240749 100644
--- a/module/CMakeLists.txt
+++ b/module/CMakeLists.txt
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 2.0)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
PROJECT(geofence)
SET(geofence_module ${PROJECT_NAME})