Skip to content
Snippets Groups Projects
Commit 10d968ce authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'fix_cmake' into 'master'

[*] Fix cmake file.

See merge request !14
parents 4bab8a9d 3673b937
No related branches found
No related tags found
1 merge request!14[*] Fix cmake file.
cmake_minimum_required(VERSION 2.8)
if (SUPPORT_PYTHON_PLUGINS)
project(API_CellFrame C)
else()
project(CellFrame C)
endif()
set(CMAKE_VERBOSE_MAKEFILE ON)
set(CMAKE_COLOR_MAKEFILE ON)
set(CMAKE_C_STANDARD 11)
......@@ -57,7 +62,6 @@ add_subdirectory(cellframe-sdk-python/libdap-app-cli-python)
add_subdirectory(cellframe-sdk-python/libdap-client-python)
if (SUPPORT_PYTHON_PLUGINS)
project(API_CellFrame C)
add_definitions("-fpic")
add_subdirectory(cellframe-sdk-python/libdap-chain-common-python)
......@@ -74,7 +78,6 @@ if (SUPPORT_PYTHON_PLUGINS)
else()
project(CellFrame C)
SET( CPACK_GENERATOR "DEB")
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
......
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