Skip to content

Commit

Permalink
Link to streamlog instead of Marlin_LIBRARIES
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored and tmadlener committed Aug 22, 2024
1 parent bbe2710 commit 3010b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ INCLUDE( ilcsoft_default_settings )

FIND_PACKAGE( Marlin 1.0 REQUIRED ) # minimum required Marlin version
INCLUDE_DIRECTORIES( ${Marlin_INCLUDE_DIRS} )
LINK_LIBRARIES( ${Marlin_LIBRARIES} )
LINK_LIBRARIES( streamlog )
ADD_DEFINITIONS( ${Marlin_DEFINITIONS} )


Expand Down

0 comments on commit 3010b8f

Please sign in to comment.