File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,4 +53,4 @@ configure_file(tikvcppConfig.cmake.in tikvcppConfig.cmake @ONLY)
53
53
install (FILES "${CMAKE_CURRENT_BINARY_DIR} /tikvcppConfig.cmake"
54
54
"${CMAKE_CURRENT_BINARY_DIR} /tikvcppConfigVersion.cmake"
55
55
DESTINATION lib/cmake/tikvcpp
56
- )
56
+ )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set (CMAKE_CXX_STANDARD 17)
7
7
# set(EXTERNAL_INSTALL_LOCATION ${CMAKE_BINARY_DIR}/external)
8
8
# ExternalProject_Add(tikv
9
9
# GIT_REPOSITORY https://github.com/Smityz/client-cpp.git
10
- # GIT_TAG cmake-2
10
+ # GIT_TAG cmake
11
11
# CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${EXTERNAL_INSTALL_LOCATION}
12
12
# )
13
13
# include_directories(${EXTERNAL_INSTALL_LOCATION}/include)
@@ -19,4 +19,4 @@ find_package(tikvcpp 0.1.0)
19
19
add_executable (raw raw.cpp )
20
20
target_link_libraries (raw tikvcpp tikvrust pthread dl ssl crypto )
21
21
add_executable (txn txn.cpp )
22
- target_link_libraries (txn tikvcpp tikvrust pthread dl ssl crypto )
22
+ target_link_libraries (txn tikvcpp tikvrust pthread dl ssl crypto )
Original file line number Diff line number Diff line change 1
1
include (CMakeFindDependencyMacro )
2
2
3
- include ("${CMAKE_CURRENT_LIST_DIR} /tikvcppTargets.cmake" )
3
+ include ("${CMAKE_CURRENT_LIST_DIR} /tikvcppTargets.cmake" )
You can’t perform that action at this time.
0 commit comments