Skip to content

Commit

Permalink
force naming of HotBackup library #869
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwalsh committed Dec 25, 2013
1 parent e29c357 commit 8066c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ else ()
message(SEND_ERROR "no js engine chosen (please set JS_ENGINE=v8)")
endif ()

set(HOT_BACKUP_LIBNAME HotBackup)
set(HOT_BACKUP_LIBNAME HotBackup CACHE STRING "TokuBackup library name" FORCE)
add_subdirectory(backup)
set(TokuBackup_FOUND TRUE CACHE BOOL "TokuBackup found" FORCE)
set(TokuBackup_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/backup" CACHE STRING "TokuBackup include dirs" FORCE)
Expand Down

0 comments on commit 8066c3e

Please sign in to comment.