9ea574008653 — Vesa Norilo 5 years ago
Fix optionality in COUCHDB_DATABASE
1 files changed, 1 insertions(+), 1 deletions(-)

M CMakeLists.txt
M CMakeLists.txt +1 -1
@@ 47,7 47,7 @@ endif()
 
 find_package(PythonInterp 2.7 REQUIRED)
 
-if (COUCHBOT_DATABASE STREQUAL "NOT SET")
+if (NOT COUCHBOT_DATABASE)
 	message(STATUS "CouchBot credentials not entered. Configuring a simple SuperBuild")
 	externalproject_add(kronos 
 		HG_REPOSITORY https://hg.sr.ht/~vnorilo/kronos