Skip to content

Commit 56c5e45

Browse files
authored
FindTPLSUPLU.cmake: Add missing CheckCSourceCompiles (kokkos#2637)
1 parent bf23380 commit 56c5e45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/Modules/FindTPLSUPERLU.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
include(CheckCSourceCompiles)
2+
13
IF (NOT SUPERLU_ROOT)
24
SET(SUPERLU_ROOT $ENV{SUPERLU_ROOT})
35
ENDIF()

0 commit comments

Comments
 (0)