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

[*] CHeck if dap_core is present

parent 6ad153b4
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,9 @@ set(CMAKE_C_STANDARD 11)
add_definitions ("-D_GNU_SOURCE")
if(NOT (${SUBMODULES_NO_BUILD} MATCHES ON))
add_subdirectory(libdap)
if ( NOT ( TARGET dap_core ) )
add_subdirectory(libdap)
endif()
enable_testing()
add_subdirectory(test)
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