Date: | Tue, 25 Nov 2014 23:40:49 +0200 |
---|---|
From: | Adrian Negreanu <groleo@xxxxxxxxx> |
Subject: | [DynInst_API:] [PATCH] cmake: set IBERTY_FOUND if we're building our libiberty |
From: Adrian Negreanu <adrian.m.negreanu@xxxxxxxxx> fixes: common/src/linuxKludges.C:190: undefined reference to `cplus_demangle' --- cmake/packages.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/packages.cmake b/cmake/packages.cmake index 3a19483..901d38d 100644 --- a/cmake/packages.cmake +++ b/cmake/packages.cmake @@ -71,6 +71,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}") -- 2.1.3 |
[← Prev in Thread] | Current Thread | [Next in Thread→] |
---|---|---|
|
Previous by Date: | Re: [DynInst_API:] getSourceLines error, Josh Stone |
---|---|
Next by Date: | [DynInst_API:] getSourceLines(), Nathan McKain |
Previous by Thread: | [DynInst_API:] [PATCH] cmake: Properly extend BUG_DEFINES on ppc linux, Josh Stone |
Next by Thread: | [DynInst_API:] [PATCH] common: Skip get_immediate_operand without any imm, Josh Stone |
Indexes: | [Date] [Thread] |