Skip to content

Commit 1873d2d

Browse files
committed
2.4.0 release
1 parent 339b2ab commit 1873d2d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
2.4.0 /
1+
2.4.0 / May 17, 2019
22
[Alexandr Topilski]
33
- New build scripts
4+
- Update third-party libraries
45

56
2.3.1 / April 28, 2019
67
[Alexandr Topilski]

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ MESSAGE(STATUS "CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX}")
210210

211211
SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR}/cmake")
212212
INCLUDE(config) ###################
213-
DEFINE_DEFAULT_DEFINITIONS(ON OFF OFF)
213+
DEFINE_DEFAULT_DEFINITIONS(ON ON OFF)
214214
DEFINE_PROJECT_DEFINITIONS()
215215

216216
# Search libraries

build/fastonosql.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
-DBUILD_WITH_UNQLITE=ON
66
-DBUILD_WITH_LMDB=ON
77
-DBUILD_WITH_ROCKSDB=ON
8-
-DBUILD_WITH_FORESTDB=OFF
8+
-DBUILD_WITH_FORESTDB=ON
99
-DBUILD_WITH_PIKA=OFF
1010
-DBUILD_WITH_DYNOMITE=OFF
1111
-DBUILD_WITH_KEYDB=ON

0 commit comments

Comments
 (0)