Skip to content

Commit

Permalink
Merge pull request #2970 from boutproject/cmake-compile
Browse files Browse the repository at this point in the history
CMake: Replace include SourceRuns with SourceCompiles
  • Loading branch information
bendudson authored Sep 6, 2024
2 parents aad8c43 + 1fd8462 commit c14096f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindPackageMultipass.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ macro (MULTIPASS_C_SOURCE_RUNS includes libraries source runs)
endmacro (MULTIPASS_C_SOURCE_RUNS)

macro (MULTIPASS_SOURCE_COMPILES includes libraries source runs language)
include (Check${language}SourceRuns)
include (Check${language}SourceCompiles)
# This is a ridiculous hack. CHECK_${language}_SOURCE_* thinks that if the
# *name* of the return variable doesn't change, then the test does
# not need to be re-run. We keep an internal count which we
Expand Down

0 comments on commit c14096f

Please sign in to comment.