Skip to content

Commit

Permalink
cmake: Fix not building when libiberty is automatically installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Stahl committed Sep 25, 2016
1 parent 70f036c commit 86368f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/packages.cmake
Expand Up @@ -69,6 +69,7 @@ if (UNIX)
INSTALL_COMMAND install <BINARY_DIR>/libiberty.a <INSTALL_DIR>
)
set(IBERTY_LIBRARIES ${CMAKE_BINARY_DIR}/libiberty/libiberty.a)
set(IBERTY_FOUND TRUE)
endif()

message(STATUS "Using libiberty ${IBERTY_LIBRARIES}")
Expand Down

0 comments on commit 86368f1

Please sign in to comment.