mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Remember to surround the other deprecated test in the Borland check.
This commit is contained in:
@@ -11,5 +11,8 @@ static_build_pass("Libstatic l; return l.libstatic_exported();" "Failed to build
|
||||
|
||||
if (NOT ${CMAKE_CXX_COMPILER_ID} MATCHES Borland)
|
||||
static_build_fail("Libstatic l; return l.libstatic_deprecated();" "Built use of deprecated class method. This should not be possible.")
|
||||
static_build_fail("libstatic_deprecated();" "Built use of deprecated function. This should not be possible.")
|
||||
else()
|
||||
static_build_pass("Libstatic l; return l.libstatic_deprecated();" "Built use of deprecated class method. This should not be possible.")
|
||||
static_build_pass("libstatic_deprecated();" "Built use of deprecated function. This should not be possible.")
|
||||
endif()
|
||||
static_build_fail("libstatic_deprecated();" "Built use of deprecated function. This should not be possible.")
|
||||
|
||||
Reference in New Issue
Block a user