Skip to content

Commit 717d7c0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conan/test_package/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ project(PackageTest CXX)
66
find_package(ruis CONFIG REQUIRED)
77

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

0 commit comments

Comments
 (0)