Skip to content

Commit fb2ac60

Browse files
committed
fixup! [REF] Refactor sparse drivers
1 parent a6643ff commit fb2ac60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ if (ENABLE_SPARSE)
178178
message(FATAL_ERROR "Sparse drivers require OpenMP, which is not supported on Windows/MSVC. ")
179179
endif()
180180

181+
find_package(ColPack)
181182
if (ColPack_FOUND)
182183
message(STATUS "Using system‑installed ColPack")
183184
endif()

0 commit comments

Comments
 (0)