mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
64ac01451d
Cases for `CheckSource{Compiles,Runs}` and `Check{Compiler,Linker}Flag`
cover the modules with the language as a parameter, not the
language-specific modules.
4 lines
88 B
CMake
4 lines
88 B
CMake
|
|
set (CHECK_LANGUAGE CXX)
|
|
include ("${CMAKE_CURRENT_SOURCE_DIR}/CheckLinkerFlag.cmake")
|