Skip to content

Instantly share code, notes, and snippets.

@tstarling
Created March 19, 2014 03:27
Show Gist options
  • Save tstarling/9634974 to your computer and use it in GitHub Desktop.
Save tstarling/9634974 to your computer and use it in GitHub Desktop.
diff --git a/CMake/HPHPFindLibs.cmake b/CMake/HPHPFindLibs.cmake
index d7d5bf2..b54b819 100644
--- a/CMake/HPHPFindLibs.cmake
+++ b/CMake/HPHPFindLibs.cmake
@@ -549,4 +549,5 @@ endif()
target_link_libraries(${target} ${LIBDWARF_LIBRARIES})
target_link_libraries(${target} ${LIBELF_LIBRARIES})
+ target_link_libraries(${target} ${ZEND_COMPAT_LINK_LIBRARIES})
endmacro()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment