From: Adrian Negreanu <adrian.m.negre...@intel.com>

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

_______________________________________________
Dyninst-api mailing list
Dyninst-api@cs.wisc.edu
https://lists.cs.wisc.edu/mailman/listinfo/dyninst-api

Reply via email to