Skip to content

Commit

Permalink
bump autopas version for fixed region iterators
Browse files Browse the repository at this point in the history
  • Loading branch information
FG-TUM committed Apr 12, 2024
1 parent a94780f commit 7c7d7b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmake/modules/autopas.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ if (ENABLE_AUTOPAS)
set(AUTOPAS_USE_VECTORIZATION ${USE_VECTORIZATION} CACHE BOOL "Set via USE_VECTORIZATION" FORCE)
set(AUTOPAS_VECTOR_INSTRUCTIONS ${VECTOR_INSTRUCTIONS} CACHE STRING "Set via VECTOR_INSTRUCTIONS_OPTIONS" FORCE)

# Merge of 845 (getTuningMetricOption()); includes 787 combined tuning
# set(AUTOPAS_TAG d338e23 CACHE STRING "AutoPas Git tag or commit id to use")
set(AUTOPAS_TAG 8eb3804 CACHE STRING "AutoPas Git tag or commit id to use")
# Merge of #830 (fixRegionIterators); includes #787 (combined tuning)
set(AUTOPAS_TAG faef573 CACHE STRING "AutoPas Git tag or commit id to use")

FetchContent_Declare(
autopasfetch
Expand Down

0 comments on commit 7c7d7b4

Please sign in to comment.