changeset 105:faf96d9a1010

Remove duplicated findpolarssl in cinst. You need to run cmake from the toplevel
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 21 Mar 2014 14:56:29 +0000
parents 2a031ac963b0
children 37198bd07182
files cinst/CMakeLists.txt common/CMakeLists.txt
diffstat 2 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/cinst/CMakeLists.txt	Fri Mar 21 14:54:17 2014 +0000
+++ b/cinst/CMakeLists.txt	Fri Mar 21 14:56:29 2014 +0000
@@ -2,11 +2,6 @@
 
 set(CMAKE_AUTOMOC OFF)
 
-set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../cmake/")
-
-find_package(PolarSSL)
-
-include_directories(${POLARSSL_INCLUDE_DIR})
 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../common)
 
 set(CINST_SOURCES
--- a/common/CMakeLists.txt	Fri Mar 21 14:54:17 2014 +0000
+++ b/common/CMakeLists.txt	Fri Mar 21 14:56:29 2014 +0000
@@ -1,5 +1,3 @@
-include_directories(${POLARSSL_INCLUDE_DIR})
-
 set (m13_common_src
    listutil.c
    strhelp.c

http://wald.intevation.org/projects/trustbridge/