From fea4bc9f5b74df374d70a9000fcbe5baee137bd7 Mon Sep 17 00:00:00 2001 From: Anatolii Kurotych <akurotych@gmail.com> Date: Tue, 22 Jan 2019 10:18:25 +0200 Subject: [PATCH] [*] Fix build error --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 744af78..ee0c4a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(CMAKE_C_STANDARD 11) add_definitions ("-D_GNU_SOURCE") -if(NOT ${SUBMODULES_NO_BUILD} MATCHES ON) +if(NOT (${SUBMODULES_NO_BUILD} MATCHES ON)) add_subdirectory(libdap) endif() -- GitLab