Skip to content
Snippets Groups Projects
Commit edf554c7 authored by Anatolii Kurotych's avatar Anatolii Kurotych
Browse files

[*] Move enable_testing below checking SUBMODULES_NO_BUILD var

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