Skip to content

Commit

Permalink
Fixing Mac Installation problem for libfirmata (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlancaste authored Jan 17, 2022
1 parent cef2fa0 commit b1406fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions indi-duino/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ target_link_libraries(indi_duino ${INDI_LIBRARIES} firmata)

install(TARGETS indi_duino RUNTIME DESTINATION bin)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/indi_duino.xml DESTINATION ${INDI_DATA_DIR})
if (APPLE)
install(TARGETS firmata LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif ()
##################### weather radio #####################
SET_SOURCE_FILES_PROPERTIES(${CMAKE_CURRENT_SOURCE_DIR}/gason/gason.cpp PROPERTIES COMPILE_FLAGS "-Wno-implicit-fallthrough")
set(weatherradio_SRCS
Expand Down

0 comments on commit b1406fc

Please sign in to comment.