1
0
Fork 0

[F] Fix library version in package tests

This commit is contained in:
seleznevae 2020-12-01 20:16:08 +03:00
parent 8c4bc8cce9
commit b8acba058f
1 changed files with 1 additions and 1 deletions

View File

@ -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()