[F] Fix library version in package tests
This commit is contained in:
parent
8c4bc8cce9
commit
b8acba058f
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user