Skip to content

Commit 55ac134

Browse files
committed
Update genesis
1 parent d2cd10c commit 55ac134

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: CMakeLists.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ include( "${CMAKE_CURRENT_LIST_DIR}/tools/cmake/DownloadDependency.cmake" )
168168
# These are replaced by tools/cmake/update_dependencies.sh to the hashes that are currently checked out.
169169
# Thus, do not replace the hashes manually!
170170
SET( CLI11_COMMIT_HASH "5cb3efabce007c3a0230e4cc2e27da491c646b6c" ) #CLI11_COMMIT_HASH#
171-
SET( genesis_COMMIT_HASH "059e5b50a33c2826edd931435c11661c7a5b0985" ) #genesis_COMMIT_HASH#
171+
SET( genesis_COMMIT_HASH "f1a5fb82d4b59706e8dbf60d41d094b88022fc94" ) #genesis_COMMIT_HASH#
172172

173173
# Call the github download function, which takes four arguments:
174174
# - LIBPATH : Path to the libracy dir where dependencies are stored.
@@ -188,7 +188,10 @@ endif (APPLE)
188188
# Dependencies Settings
189189
# --------------------------------------------------------------------------------------------------
190190

191-
# Force to set te options used for genesis. Bit cumbersome in cmake...
191+
# Force to set the options used for genesis. Bit cumbersome in cmake...
192+
# For now, grenedalf is always compiled with C++11, so we deactivate
193+
# the genesis auto detection of the highest available C++ standard here.
194+
set(GENESIS_CPP_STANDARD "11" CACHE BOOL "Use OpenMP." FORCE)
192195
set(GENESIS_USE_OPENMP OFF CACHE BOOL "Use OpenMP." FORCE)
193196

194197
# Add Genesis as dependency.

Diff for: libs/genesis

Submodule genesis updated 51 files

0 commit comments

Comments
 (0)