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

CMakeLists updated

parent 35213e2f
No related branches found
No related tags found
1 merge request!15CMakeLists updated
...@@ -2,8 +2,7 @@ cmake_minimum_required(VERSION 3.0) ...@@ -2,8 +2,7 @@ cmake_minimum_required(VERSION 3.0)
project(dap_client) project(dap_client)
add_definitions ("-D_GNU_SOURCE") add_definitions ("-D_GNU_SOURCE")
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