Skip to content

Commit

Permalink
Link against httplib if using system libraries (indilib#1968)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamarituc authored Dec 2, 2023
1 parent d11ac07 commit 0d5beb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/telescope/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,6 @@ install(TARGETS indi_skywatcherAltAzMount RUNTIME DESTINATION bin)
add_executable(indi_planewave_telescope
planewave_mount.cpp)

target_link_libraries(indi_planewave_telescope indidriver)
target_link_libraries(indi_planewave_telescope indidriver ${HTTPLIB_LIBRARY})

install(TARGETS indi_planewave_telescope RUNTIME DESTINATION bin)

0 comments on commit 0d5beb7

Please sign in to comment.