From 9bf486f84ca333ccba65b5ffcb6f3e1bdcba3ecf Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Mon, 3 May 2021 17:58:02 +0200 Subject: ECMSetupVersion: phase out deprecated *_VERSION_STRING CMake variables --- tests/ECMSetupVersionTest/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/ECMSetupVersionTest/CMakeLists.txt') diff --git a/tests/ECMSetupVersionTest/CMakeLists.txt b/tests/ECMSetupVersionTest/CMakeLists.txt index b0845e57..cfda7c91 100644 --- a/tests/ECMSetupVersionTest/CMakeLists.txt +++ b/tests/ECMSetupVersionTest/CMakeLists.txt @@ -14,6 +14,7 @@ macro(add_version_test NAME COMMAND) endmacro() add_version_test(old_simple dummy) +add_version_test(old_simple_no_version_string_vars dummy) add_version_test(old_soversion dummy) add_version_test(old_version_file dummy) add_version_test(old_version_file_abspath dummy) @@ -27,6 +28,7 @@ if(CMAKE_MAJOR_VERSION GREATER 2) add_version_test(new_explicit_header check_header) add_version_test(new_explicit_header_abspath check_header) add_version_test(new_explicit_simple dummy) + add_version_test(new_explicit_simple_no_version_string_vars dummy) add_version_test(new_explicit_soversion dummy) add_version_test(new_explicit_version_file dummy) add_version_test(new_explicit_version_file_abspath dummy) @@ -34,6 +36,7 @@ if(CMAKE_MAJOR_VERSION GREATER 2) add_version_test(new_project_header_abspath check_header) add_version_test(new_project_header_prefix check_header) add_version_test(new_project_simple dummy) + add_version_test(new_project_simple_no_version_string_vars dummy) add_version_test(new_project_simple_prefix dummy) add_version_test(new_project_soversion dummy) add_version_test(new_project_soversion_prefix dummy) -- cgit v1.2.1