mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-18 05:01:50 -06:00
6 lines
120 B
CMake
6 lines
120 B
CMake
include(RunCMake)
|
|
|
|
if(HAVE_ELF_H)
|
|
run_cmake_command(ELF ${CMAKE_COMMAND} -P ${RunCMake_SOURCE_DIR}/ELF.cmake)
|
|
endif()
|