Skip to content
Snippets Groups Projects
Commit 6cae80cb authored by Constantin Papizh's avatar Constantin Papizh
Browse files

CMakeLists updated

parent 52cc5d16
1 merge request!24Support 3689
project(libdap-stream C) project(libdap-stream C)
cmake_minimum_required(VERSION 3.0) cmake_minimum_required(VERSION 3.0)
if(NOT (${SUBMODULES_NO_BUILD} MATCHES ON)) if(NOT SUBMODULES_NO_BUILD)
set(SUBMODULES_NO_BUILD ON)
if ( NOT ( TARGET dap_core ) ) if ( NOT ( TARGET dap_core ) )
add_subdirectory(libdap) add_subdirectory(libdap)
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment