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

Merge branch 'hotfix-4927' into 'master'

hotfix-4927

See merge request !248
parents f95c1cdb ae5a1201
No related branches found
No related tags found
1 merge request!248hotfix-4927
......@@ -8,13 +8,15 @@ set(CMAKE_C_STANDARD 11)
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 4)
SET( CPACK_PACKAGE_VERSION_MINOR 4)
SET( CPACK_PACKAGE_VERSION_PATCH 52)
SET( CPACK_PACKAGE_VERSION_PATCH 53)
# init CellFrame SDK
add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}-${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}\"")
set(SUBMODULES_NO_BUILD ON)
include (cellframe-sdk/cmake/OS_Detection.cmake)
#set(BUILD_WITH_GDB_DRIVER_PGSQL ON)
if(BUILD_WITH_GDB_DRIVER_MDBX)
add_subdirectory(3rdparty/libmdbx)
endif()
......
Subproject commit 44f1ac77cd56e40f0c82703c64db96f87edd74b3
Subproject commit 971a39325decfe6bd90bc1cdea5228ce76006355
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