We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77075aa commit 1a5ca4cCopy full SHA for 1a5ca4c
src/hash/CMakeLists.txt
@@ -6,7 +6,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
6
7
include_directories(
8
${PROJECT_SOURCE_DIR}/include
9
- ${ark_SOURCE_DIR}/lib/picosha2/)
+ ${ark_SOURCE_DIR}/thirdparties/picosha2/)
10
11
file(GLOB_RECURSE SOURCE_FILES
12
${PROJECT_SOURCE_DIR}/src/*.cpp)
src/http/CMakeLists.txt
@@ -10,7 +10,7 @@ include_directories(
${PROJECT_SOURCE_DIR}/src/*.cpp
13
- ${ark_SOURCE_DIR}/lib/fmt/src/format.cc)
+ ${ark_SOURCE_DIR}/thirdparties/fmt/src/format.cc)
14
15
set(OPENSSL_USE_STATIC_LIBS TRUE)
16
find_package(OpenSSL REQUIRED)
0 commit comments