mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
cmake: Fix incorrect library reference
This commit is contained in:
parent
25f2be1e00
commit
b94b9477e5
|
|
@ -39,7 +39,7 @@ function(add_ctrl_shell_test TEST_NAME)
|
|||
GTest::gmock_main
|
||||
editline_mock
|
||||
pthread_mock
|
||||
cjson
|
||||
cJSON
|
||||
libmosquitto_common
|
||||
)
|
||||
gtest_discover_tests(${TEST_NAME})
|
||||
|
|
|
|||
Loading…
Reference in a new issue