Skip to content

Commit 01ffd88

Browse files
committed
Update the version of ut in the install test
The CI failed because it could not find ut version 1.1.
1 parent 3cfd993 commit 01ffd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if(TEST_INSTALLED_VERSION)
1414
set(CMAKE_CXX_EXTENSIONS NO)
1515
endif()
1616

17-
find_package(ut 1.1 REQUIRED)
17+
find_package(ut 2.0.1 REQUIRED)
1818
include(../cmake/AddCustomCommandOrTest.cmake)
1919

2020
enable_testing()

0 commit comments

Comments
 (0)