Skip to content

Commit 75c3b47

Browse files
authored
Drop looking for HOOMD in the active environment (#19)
2 parents 36aefed + 031b14d commit 75c3b47

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: CMakeLists.txt

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ cmake_minimum_required(VERSION 3.16..3.24)
33
# Set-up project
44
project(dlext LANGUAGES C CXX)
55

6-
# Try finding HOOMD first from the current environment
7-
find_package(HOOMD 2.6.0 QUIET)
8-
96
set(PROJECT_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
107
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_MODULE_PATH})
118

0 commit comments

Comments
 (0)