|
@@ -149,7 +149,9 @@ macro(_DO_SET_MACRO_VALUES TARGET_LIBRARY)
|
|
|
set(DEFINE_NO_EXPORT)
|
|
set(DEFINE_NO_EXPORT)
|
|
|
|
|
|
|
|
if(WIN32)
|
|
if(WIN32)
|
|
|
|
|
+ message("Compiler is ${CMAKE_CXX_COMPILER_ID}")
|
|
|
if (NOT ${CMAKE_CXX_COMPILER_ID} MATCHES Borland)
|
|
if (NOT ${CMAKE_CXX_COMPILER_ID} MATCHES Borland)
|
|
|
|
|
+ message("Deprecation macro enabled.")
|
|
|
set(DEFINE_DEPRECATED "__declspec(deprecated)")
|
|
set(DEFINE_DEPRECATED "__declspec(deprecated)")
|
|
|
endif()
|
|
endif()
|
|
|
else()
|
|
else()
|