From b8acba058fe0fd8d0972225a0ad6ede247dd9ca5 Mon Sep 17 00:00:00 2001 From: seleznevae Date: Tue, 1 Dec 2020 20:16:08 +0300 Subject: [PATCH] [F] Fix library version in package tests --- tests/package_tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/package_tests/CMakeLists.txt b/tests/package_tests/CMakeLists.txt index e68e6d3..be0a708 100644 --- a/tests/package_tests/CMakeLists.txt +++ b/tests/package_tests/CMakeLists.txt @@ -14,7 +14,7 @@ endif() if (NOT DEFINED libfort_LIBRARIES) message(FATAL_ERROR "libfort_LIBRARIES are not defined") endif() -if (NOT ${libfort_VERSION} EQUAL "0.4.1") +if (NOT ${libfort_VERSION} EQUAL "0.5.0") message(FATAL_ERROR "libfort_VERSION is incorrect") endif()