Skip to content
Snippets Groups Projects
Commit d6cad333 authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

[*] Standalone build fix

parent c37f5496
No related branches found
No related tags found
No related merge requests found
Pipeline #21811 passed with stage
in 5 minutes and 27 seconds
...@@ -17,6 +17,8 @@ if(NOT DEFINED CELLFRAME_MODULES) ...@@ -17,6 +17,8 @@ if(NOT DEFINED CELLFRAME_MODULES)
set(CELLFRAME_MODULES "${CELLFRAME_MODULES} srv-vpn") set(CELLFRAME_MODULES "${CELLFRAME_MODULES} srv-vpn")
endif() endif()
add_subdirectory(dap-sdk)
endif() endif()
message("Cellframe modules: ${CELLFRAME_MODULES}") message("Cellframe modules: ${CELLFRAME_MODULES}")
...@@ -70,11 +72,6 @@ add_subdirectory(3rdparty/crc32c_adler) # https://github.com/fonic/c ...@@ -70,11 +72,6 @@ add_subdirectory(3rdparty/crc32c_adler) # https://github.com/fonic/c
include_directories(3rdparty/crc32c_adler) include_directories(3rdparty/crc32c_adler)
set(CELLFRAME_LIBS ${CELLFRAME_LIBS} crc32c_adler) set(CELLFRAME_LIBS ${CELLFRAME_LIBS} crc32c_adler)
if(BUILD_TESTS)
include(cmake/OS_Detection.cmake)
add_subdirectory(dap-sdk)
endif()
if (BUILD_WITH_ZIP) if (BUILD_WITH_ZIP)
add_subdirectory(3rdparty/libzip) add_subdirectory(3rdparty/libzip)
......
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