Skip to content

Commit cd38401

Browse files
committed
conan: fix test package cmake again
1 parent 717d7c0 commit cd38401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conan/test_package/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(PackageTest CXX)
33

44
# set(CMAKE_VERBOSE_MAKEFILE on)
55

6-
find_package(ruis CONFIG REQUIRED)
6+
find_package(ruis-render-null CONFIG REQUIRED)
77

88
add_executable(example example.cpp)
9-
target_link_libraries(example ruisrendernull::ruisrendernull)
9+
target_link_libraries(example ruis-render-null::ruis-render-null)

0 commit comments

Comments
 (0)