Skip to content

Commit 757ec8d

Browse files
committed
fix(test): fix conan link issue on windows
1 parent bf5dab5 commit 757ec8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/myproj/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ target_link_libraries(main PRIVATE myproj_project_options myproj_project_warning
9696

9797
target_find_dependencies(main
9898
PUBLIC
99+
PACKAGE docopt CONFIG
99100
PACKAGE fmt CONFIG
100101
PACKAGE Eigen3 CONFIG
101-
PACKAGE docopt CONFIG
102102
)
103103

104-
target_link_system_libraries(main PRIVATE fmt::fmt Eigen3::Eigen docopt)
104+
target_link_system_libraries(main PRIVATE docopt fmt::fmt Eigen3::Eigen)
105105

106106
add_subdirectory(libs)
107107

0 commit comments

Comments
 (0)