Skip to content
Snippets Groups Projects
Commit a3bf008d authored by Constantin Papizh's avatar Constantin Papizh
Browse files

Another CMakeLists update

parent 766b6ef4
No related branches found
No related tags found
No related merge requests found
......@@ -280,7 +280,6 @@ endif()
if(UNIX AND NOT WIN32)
set_property(TARGET ${PROJECT_NAME} APPEND_STRING PROPERTY LINK_FLAGS "-D_GNU_SOURCE")
add_definitions("-DDAP_SUPPORT_PYTHON_PLUGINS")
set(NODE_LIBRARIES
cellframe-sdk )
......@@ -299,6 +298,7 @@ if(UNIX AND NOT WIN32)
)
if (SUPPORT_PYTHON_PLUGINS)
add_definitions("-DDAP_SUPPORT_PYTHON_PLUGINS")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DDAP_SUPPORT_PYTHON_PLUGINS")
message("Build with support python plugins")
set(Python_ADDITIONAL_VERSION 3.7 3.6 3.5 3.4)
......
Subproject commit 0f906e8ade67861859fd7e2bb8d0109490f0931e
Subproject commit 878e93c356517f7bbfdc772ed4807cfa9845509b
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