Skip to content

Commit

Permalink
remove a use added for a purpose which is gone in the meantime.
Browse files Browse the repository at this point in the history
The following comments explains why it was added, and that indeed it is no longer needed, as such.
#851 (comment)

Note that neither of these 2 cmake modules are for public use, they are internal cmake stuff.
Nothing on the outside should use it. This was feedback given by kitware developers.
  • Loading branch information
killerbot242 committed Jul 15, 2024
1 parent 30d41bc commit 7fdd2f8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cmake/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ function(detect_code_compiled code macro msg)
endif()
endfunction(detect_code_compiled)

if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.30.0)
include(CMakeDetermineCompilerSupport)
cmake_determine_compiler_support(CXX)
else()
# This function changed names in CMake 3.30. :-(
include(CMakeDetermineCompileFeatures)
cmake_determine_compile_features(CXX)
endif()

include(CheckIncludeFileCXX)
include(CheckFunctionExists)
include(CheckSymbolExists)
Expand Down

0 comments on commit 7fdd2f8

Please sign in to comment.