Skip to content

Commit

Permalink
temporarily switch AutoPas version to hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
FG-TUM committed Sep 20, 2024
1 parent 25c410f commit c785192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/modules/autopas.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FetchContent_Declare(
autopasfetch
GIT_REPOSITORY ${autopasRepoPath}
# TODO: freeze 17.09.24
GIT_TAG master
GIT_TAG limitNumSpacialLocks
)
# Populate dependency
FetchContent_MakeAvailable(autopasfetch)
Expand All @@ -23,4 +23,4 @@ FetchContent_MakeAvailable(autopasfetch)
target_compile_options(autopas PRIVATE -w)
# Disable warnings from included headers
get_target_property(propval autopas INTERFACE_INCLUDE_DIRECTORIES)
target_include_directories(autopas SYSTEM PUBLIC "${propval}")
target_include_directories(autopas SYSTEM PUBLIC "${propval}")

0 comments on commit c785192

Please sign in to comment.