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

CMakeLists updated

parent 9b7f274b
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