Skip to content

Commit

Permalink
remove stale options
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaldrop107 committed Sep 26, 2024
1 parent 61debeb commit 48f1ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cmaize_find_or_build_dependency(
URL github.com/NWChemEx/utilities
BUILD_TARGET utilities
FIND_TARGET nwx::utilities
CMAKE_ARGS BUILD_TESTING=${UTILITIES_BUILD_TESTING}
CMAKE_ARGS BUILD_TESTING=OFF
)

cmaize_find_or_build_dependency(
Expand All @@ -62,7 +62,7 @@ cmaize_find_or_build_dependency(
URL github.com/NWChemEx/ParallelZone
BUILD_TARGET parallelzone
FIND_TARGET nwx::parallelzone
CMAKE_ARGS BUILD_TESTING=${PARALLELZONE_BUILD_TESTING}
CMAKE_ARGS BUILD_TESTING=OFF
)

# CI doesn't like this
Expand Down

0 comments on commit 48f1ab5

Please sign in to comment.