Skip to content

Commit

Permalink
Updated crypto3
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed Aug 21, 2024
1 parent 319a0aa commit b4f2765
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@
[submodule "cryptopp-cmake"]
path = cryptopp-cmake
url = https://github.com/abdes/cryptopp-cmake.git
[submodule "zkLLVM"]
path = zkLLVM
url = ../zkLLVM.git
[submodule "stb"]
path = stb
url = https://github.com/nothings/stb.git
Expand All @@ -156,3 +153,6 @@
[submodule "SQLiteModernCpp"]
path = SQLiteModernCpp
url = https://github.com/GeniusVentures/sqlite_modern_cpp.git
[submodule "crypto3"]
path = crypto3
url = ../crypto3
2 changes: 1 addition & 1 deletion build/CommonCompilerOptions.CMake
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if(NOT EXISTS "${THIRDPARTY_DIR}/build")
endif()

# Boost settings
set(BOOST_INCLUDE_LIBRARIES container date_time filesystem log program_options random regex system test)
set(BOOST_INCLUDE_LIBRARIES container date_time filesystem log program_options random regex system test timer)

list(JOIN BOOST_INCLUDE_LIBRARIES "," BOOST_INCLUDE_LIBRARIES_COMMA_SEPARATED)
separate_arguments(BOOST_B2_FLAGS NATIVE_COMMAND "${CMAKE_CXX_FLAGS}")
Expand Down
4 changes: 2 additions & 2 deletions build/CommonTargets.CMake
Original file line number Diff line number Diff line change
Expand Up @@ -699,10 +699,10 @@ install(
# crypto3
ExternalProject_Add(crypto3
PREFIX crypto3
SOURCE_DIR "${THIRDPARTY_DIR}/zkLLVM/libs/crypto3"
SOURCE_DIR "${THIRDPARTY_DIR}/crypto3"
CMAKE_CACHE_ARGS
-DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
${_CMAKE_COMMON_CACHE_ARGS}
${_BOOST_CACHE_ARGS}
DEPENDS Boost
DEPENDS Boost
)
1 change: 1 addition & 0 deletions crypto3
Submodule crypto3 added at 413b3f
1 change: 0 additions & 1 deletion zkLLVM
Submodule zkLLVM deleted from efcc9c

0 comments on commit b4f2765

Please sign in to comment.