Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Jul 12, 2024
1 parent fa151eb commit 6967545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/tpl/SundialsTPL.cmake.template
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if(NOT <TPL>_WORKS)
# Attempt to build and link the test executable, pass --debug-trycompile to
# the cmake command to save build files for debugging
try_compile(COMPILE_OK ${<TPL>_TEST_DIR} ${<TPL>_TEST_DIR}/test.c
LINK_LIBRARIES LAPACK::LAPACK OUTPUT_VARIABLE COMPILE_OUTPUT)
LINK_LIBRARIES <TPL target> OUTPUT_VARIABLE COMPILE_OUTPUT)

# Check the result
if(COMPILE_OK)
Expand Down

0 comments on commit 6967545

Please sign in to comment.