Add some debug output.
Hopefully this shows up in continuous test output.
This commit is contained in:
parent
3574b75916
commit
d123bce1eb
|
@ -229,6 +229,7 @@ function(add_compiler_export_flags)
|
||||||
_test_compiler_hidden_visibility()
|
_test_compiler_hidden_visibility()
|
||||||
|
|
||||||
if(NOT (USE_COMPILER_HIDDEN_VISIBILITY AND COMPILER_HAS_HIDDEN_VISIBILITY) OR MINGW)
|
if(NOT (USE_COMPILER_HIDDEN_VISIBILITY AND COMPILER_HAS_HIDDEN_VISIBILITY) OR MINGW)
|
||||||
|
message(WARNING "Compiler doesn't have hidden visibility")
|
||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
@ -242,6 +243,7 @@ function(add_compiler_export_flags)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(${_gcc_version} VERSION_LESS "4.2")
|
if(${_gcc_version} VERSION_LESS "4.2")
|
||||||
|
message(WARNING "GCC version older than 4.2")
|
||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue