Skip to content
Snippets Groups Projects
Commit 03c530cc authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'support_2719-1' into 'master'

CMakeLists updated

See merge request !11
parents 9b7f274b 7e971c91
No related branches found
No related tags found
1 merge request!11CMakeLists updated
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()
......
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