Skip to content
Snippets Groups Projects
Commit 18929c7e authored by alexey.stratulat's avatar alexey.stratulat
Browse files

[*] Fix. Connecting the submodule directory responsible for working with...

[*] Fix. Connecting the submodule directory responsible for working with Python plugins. Moved out of the define SUPPORT_PYTHON_PLUGINS.
parent 90ed92a7
No related branches found
No related tags found
1 merge request!82Feature 2954
This commit is part of merge request !82. Comments created here will be created in the context of that merge request.
...@@ -173,8 +173,6 @@ add_subdirectory(libdap-stream-ch-chain) ...@@ -173,8 +173,6 @@ add_subdirectory(libdap-stream-ch-chain)
add_subdirectory(libdap-stream-ch-chain-net) add_subdirectory(libdap-stream-ch-chain-net)
add_subdirectory(libdap-stream-ch-chain-net-srv) add_subdirectory(libdap-stream-ch-chain-net-srv)
add_subdirectory(libdap-chain-plugins-python)
#if (NOT ANDROID) #if (NOT ANDROID)
add_subdirectory(libdap-chain-global-db) add_subdirectory(libdap-chain-global-db)
#endif() #endif()
...@@ -361,6 +359,7 @@ if(UNIX) ...@@ -361,6 +359,7 @@ if(UNIX)
) )
if (SUPPORT_PYTHON_PLUGINS) if (SUPPORT_PYTHON_PLUGINS)
add_subdirectory(libdap-chain-plugins-python)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DDAP_SUPPORT_PYTHON_PLUGINS") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DDAP_SUPPORT_PYTHON_PLUGINS")
message("Build with support python plugins") message("Build with support python plugins")
set(Python_ADDITIONAL_VERSION 3.7 3.6 3.5 3.4) set(Python_ADDITIONAL_VERSION 3.7 3.6 3.5 3.4)
......
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