Skip to content
Snippets Groups Projects
Commit 3affd7d3 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

CheckHeaders; Verbose output.

parent 14fb5bb6
No related branches found
No related tags found
No related merge requests found
# Supply include directories and compiler flags # Supply include directories and compiler flags
get_directory_property(INCLUDE_DIRS INCLUDE_DIRECTORIES) get_directory_property(INCLUDE_DIRS INCLUDE_DIRECTORIES)
set(CMAKE_REQUIRED_FLAGS "-c") set(CMAKE_REQUIRED_FLAGS "-c")
set(CMAKE_REQUIRED_QUIET TRUE)
add_custom_target(check-header add_custom_target(check-header
COMMAND ${CMAKE_COMMAND} -E remove -f CMakeFiles/CMakeError.log COMMAND ${CMAKE_COMMAND} -E remove -f CMakeFiles/CMakeError.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment