Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Commit

Permalink
Correct BOOST library dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gerddie committed Jan 16, 2018
1 parent a80203c commit af0e896
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 @@ -83,7 +83,7 @@ ENDIF(NOT GETTEXT_MSGFMT_EXECUTABLE)
add_executable(adriconf ${SOURCE_FILES})

target_link_libraries(adriconf ${GTKMM_LIBRARIES})
target_link_libraries(adriconf ${Boost_LIBRARIES})
target_link_libraries(adriconf ${Boost_LOCALE_LIBRARIES})
target_link_libraries(adriconf ${LibXML++_LIBRARIES})
target_link_libraries(adriconf ${X11_LIBRARIES})
target_link_libraries(adriconf ${OPENGL_gl_LIBRARY})
Expand Down

0 comments on commit af0e896

Please sign in to comment.