Skip to content

Commit

Permalink
cmake: removed standard modules
Browse files Browse the repository at this point in the history
- Minor beautification (CMakeLists.txt).
  • Loading branch information
hfp committed Feb 14, 2025
1 parent 84e557b commit 2c7ae71
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1,717 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ if (USE_OPENMP)
endif ()

# =================================== LIBXSMM (rely on pkg-config)
if (USE_SMM MATCHES "libxsmm" OR USE_SMM MATCHES "auto")
if (USE_SMM MATCHES "libxsmm|auto")
if (USE_SMM MATCHES "libxsmm")
set(LIBXSMM_REQUIRED "REQUIRED")
endif ()
Expand Down
173 changes: 0 additions & 173 deletions cmake/CheckFortranSourceRuns.cmake

This file was deleted.

Loading

0 comments on commit 2c7ae71

Please sign in to comment.