Skip to content
Snippets Groups Projects
Commit d123bce1 authored by Stephen Kelly's avatar Stephen Kelly
Browse files

Add some debug output.

Hopefully this shows up in continuous test output.
parent 3574b759
No related branches found
No related tags found
No related merge requests found
......@@ -229,6 +229,7 @@ function(add_compiler_export_flags)
_test_compiler_hidden_visibility()
if(NOT (USE_COMPILER_HIDDEN_VISIBILITY AND COMPILER_HAS_HIDDEN_VISIBILITY) OR MINGW)
message(WARNING "Compiler doesn't have hidden visibility")
return()
endif()
......@@ -242,6 +243,7 @@ function(add_compiler_export_flags)
endif()
if(${_gcc_version} VERSION_LESS "4.2")
message(WARNING "GCC version older than 4.2")
return()
endif()
endif()
......
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