Skip to content
Snippets Groups Projects
Commit 561a3e55 authored by ruslan.laishev's avatar ruslan.laishev 💬
Browse files

[#5767] Fixed CMake file.

parent d57b1367
No related branches found
No related tags found
No related merge requests found
Pipeline #12805 passed with stage
in 5 seconds
...@@ -4,7 +4,7 @@ project(dap_global_db_test) ...@@ -4,7 +4,7 @@ project(dap_global_db_test)
IF (NOT DEFINED DAP_SDK_ROOT) IF (NOT DEFINED DAP_SDK_ROOT)
SET(DAP_SDK_ROOT "${CMAKE_CURRENT_SOURCE_DIR}/../../cellframe-sdk") SET(DAP_SDK_ROOT "${CMAKE_CURRENT_SOURCE_DIR}/../../cellframe-sdk")
SET(DAP_LIBSDK_ROOT "${CMAKE_CURRENT_SOURCE_DIR}/../../build/cellframe-sdk") SET(DAP_LIBSDK_ROOT "${CMAKE_CURRENT_SOURCE_DIR}/../build")
ENDIF() ENDIF()
ADD_DEFINITIONS(-DDAP_SDK_ROOT=${DAP_SDK_ROOT}) ADD_DEFINITIONS(-DDAP_SDK_ROOT=${DAP_SDK_ROOT})
......
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