From 7e971c9190a352b805bf8275e817003c1d34efd1 Mon Sep 17 00:00:00 2001 From: Constantin Papizh <p.const@bk.ru> Date: Thu, 9 Apr 2020 17:17:32 +0300 Subject: [PATCH] CMakeLists updated --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ef26f7..47bfd54 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ project(libdap-server C) cmake_minimum_required(VERSION 3.0) -if(NOT (${SUBMODULES_NO_BUILD} MATCHES ON)) +if(NOT SUBMODULES_NO_BUILD) if ( NOT ( TARGET dap_core ) ) add_subdirectory(libdap) endif() -- GitLab