Merge "Update app-template submodule."
[apps/agl-service-unicens.git] / conf.d / project / config.cmake
index cceb079..3fe7666 100644 (file)
@@ -45,7 +45,7 @@ set(PROJECT_SRC_DIR_PATTERN "[^_]*")
 
 # Compilation Mode (DEBUG, RELEASE)
 # ----------------------------------
-set(CMAKE_BUILD_TYPE "DEBUG")
+set(BUILD_TYPE "DEBUG")
 #Disabled because causes crash on some machines
 #set(USE_EFENCE 1)
 
@@ -73,14 +73,13 @@ set (PKG_REQUIRED_LIST
        json-c
        libsystemd>=222
        afb-daemon
-       libmicrohttpd>=0.9.55
        libxml-2.0
 )
 
 # Prefix path where will be installed the files
 # Default: /usr/local (need root permission to write in)
 # ------------------------------------------------------
-set(CMAKE_INSTALL_PREFIX $ENV{HOME}/opt)
+set(INSTALL_PREFIX $ENV{HOME}/opt)
 
 # Customize link option
 # -----------------------------