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

[-] Sub libdap-plugins-python

parent 0ee8f62b
No related branches found
No related tags found
No related merge requests found
...@@ -2,10 +2,6 @@ ...@@ -2,10 +2,6 @@
path = test/libdap-test path = test/libdap-test
url = ../libdap-test.git url = ../libdap-test.git
branch = master branch = master
[submodule "libdap-plugins-python"]
path = libdap-plugins-python
url = ../libdap-plugins-python.git
branch = master
[submodule "python-cellframe"] [submodule "python-cellframe"]
path = python-cellframe path = python-cellframe
url = ../python-cellframe.git url = ../python-cellframe.git
...@@ -14,7 +10,3 @@ ...@@ -14,7 +10,3 @@
path = cellframe-sdk path = cellframe-sdk
url = ../cellframe-sdk.git url = ../cellframe-sdk.git
branch = master branch = master
[submodule "cellframe-sdk-python"]
path = cellframe-sdk-python
url = ../cellframe-sdk-python.git
branch = master
...@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11) ...@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}") SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 3) SET( CPACK_PACKAGE_VERSION_MAJOR 3)
SET( CPACK_PACKAGE_VERSION_MINOR 2) SET( CPACK_PACKAGE_VERSION_MINOR 2)
SET( CPACK_PACKAGE_VERSION_PATCH 16) SET( CPACK_PACKAGE_VERSION_PATCH 17)
# init CellFrame SDK # init CellFrame SDK
add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}\"") add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}\"")
...@@ -132,7 +132,6 @@ if(UNIX AND NOT WIN32) ...@@ -132,7 +132,6 @@ if(UNIX AND NOT WIN32)
include_directories(${PYTHON_INCLUDE_DIR} include/) include_directories(${PYTHON_INCLUDE_DIR} include/)
add_subdirectory(python-cellframe) add_subdirectory(python-cellframe)
add_subdirectory(libdap-plugins-python)
set(NODE_LIBRARIES ${NODE_LIBRARIES} ${PYTHON_LIBRARIES} dap_plugins_python) set(NODE_LIBRARIES ${NODE_LIBRARIES} ${PYTHON_LIBRARIES} dap_plugins_python)
endif() endif()
......
Subproject commit 275167bdc1343765c49ca8b0eb796132d3e4cb1b
Subproject commit 1307c3fb4e2ff23ccde8e38d85ef6274a9315016 Subproject commit fbb50e65fec326cd6ea2b47ebebbe5aad8feba39
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