GenerateExportHeader: Port to use message(DEPRECATION)
This commit is contained in:
parent
f69606d335
commit
f973737305
|
@ -337,15 +337,7 @@ endfunction()
|
||||||
|
|
||||||
function(add_compiler_export_flags)
|
function(add_compiler_export_flags)
|
||||||
if(NOT CMAKE_MINIMUM_REQUIRED_VERSION VERSION_LESS 2.8.12)
|
if(NOT CMAKE_MINIMUM_REQUIRED_VERSION VERSION_LESS 2.8.12)
|
||||||
if(CMAKE_WARN_DEPRECATED)
|
message(DEPRECATION "The add_compiler_export_flags function is obsolete. Use the CXX_VISIBILITY_PRESET and VISIBILITY_INLINES_HIDDEN target properties instead.")
|
||||||
set(messageType WARNING)
|
|
||||||
endif()
|
|
||||||
if(CMAKE_ERROR_DEPRECATED)
|
|
||||||
set(messageType FATAL_ERROR)
|
|
||||||
endif()
|
|
||||||
if(messageType)
|
|
||||||
message(${messageType} "The add_compiler_export_flags function is obsolete. Use the CXX_VISIBILITY_PRESET and VISIBILITY_INLINES_HIDDEN target properties instead.")
|
|
||||||
endif()
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
_test_compiler_hidden_visibility()
|
_test_compiler_hidden_visibility()
|
||||||
|
|
Loading…
Reference in New Issue