From 6cae80cbff4d75188d2d992ae70ec49ee099c664 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 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8459966..3e477f9 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,8 +1,7 @@
 project(libdap-stream C)
 cmake_minimum_required(VERSION 3.0)
 
-if(NOT (${SUBMODULES_NO_BUILD} MATCHES ON))
-    set(SUBMODULES_NO_BUILD ON)
+if(NOT SUBMODULES_NO_BUILD)
     if ( NOT ( TARGET dap_core ) )
 	add_subdirectory(libdap)
     endif()
-- 
GitLab