@ -15,10 +15,6 @@
#
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
include ( CheckCXXCompilerFlag )
include ( CheckLinkerFlag OPTIONAL )
include ( TDEVersion )
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # #
# # # # #
@ -67,6 +63,28 @@ if( NOT TDE_CMAKE_ROOT )
endif ( )
endif ( )
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # #
# # # # # s e t n e c e s s a r y C M a k e p o l i c i e s
if ( POLICY CMP0057 )
# n e c e s s a r y f o r C h e c k L i n k e r F l a g
cmake_policy ( SET CMP0057 NEW )
endif ( )
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # #
# # # # # n e c e s s a r y i n c l u d e s
include ( CheckCXXCompilerFlag )
include ( CheckCXXSourceCompiles )
include ( CheckLinkerFlag OPTIONAL )
include ( CheckSymbolExists )
include ( CheckTypeSize )
include ( TDEVersion )
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # #
# # # # #
# # # # # t d e _ m e s s a g e _ a u t h o r _ w a r n i n g
# # # # # t d e _ m e s s a g e _ a u t h o r _ w a r n i n g