Skip to content

Commit

Permalink
Require HOOMD 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Dec 3, 2024
1 parent ed989be commit abf5432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.9 FATAL_ERROR)
project(hoomd_component_template LANGUAGES C CXX)

# Find the installed HOOMD.
find_package(HOOMD 4.0.0 REQUIRED)
find_package(HOOMD 5.0.0 REQUIRED)

message(STATUS "Found HOOMD ${HOOMD_VERSION}: ${HOOMD_INSTALL_PREFIX}/${PYTHON_SITE_INSTALL_DIR}")

Expand Down

0 comments on commit abf5432

Please sign in to comment.