diff options
Diffstat (limited to 'Tests/FindPackageTest/lib/zot/zot-config.cmake')
-rw-r--r-- | Tests/FindPackageTest/lib/zot/zot-config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindPackageTest/lib/zot/zot-config.cmake b/Tests/FindPackageTest/lib/zot/zot-config.cmake index 442b8a4..9168183 100644 --- a/Tests/FindPackageTest/lib/zot/zot-config.cmake +++ b/Tests/FindPackageTest/lib/zot/zot-config.cmake @@ -1,2 +1,2 @@ # Test config file that is unsuitable. -MESSAGE(FATAL_ERROR "Unsuitable version of zot was found") +message(FATAL_ERROR "Unsuitable version of zot was found") |