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

Commit

Permalink
Merge pull request #1 from gerddie/master
Browse files Browse the repository at this point in the history
Correct BOOST library dependency
  • Loading branch information
jlHertel committed Jan 16, 2018
2 parents a80203c + af0e896 commit dcbe1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
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 dcbe1cf

Please sign in to comment.