Summary:
This diff adds fbcode_builder to module path so that we could use find modules that are consistent with other OSS projects. This diff should not change the find_package behavior for now because HHVM's own find modules still have higher priority.
I will create more diff to remove some HHVM's own find modules to switch to fbcode_builder's find modules, especially find modules for glog and gflags.
The NO_MODULE option is added, because fbcode_builder provided a FindLibUnwind.cmake that is incompatible with existing find_package(LibUnwind) call.
Summary: This diff adds fbcode_builder to module path so that we could use find modules that are consistent with other OSS projects. This diff should not change the find_package behavior for now because HHVM's own find modules still have higher priority.
I will create more diff to remove some HHVM's own find modules to switch to fbcode_builder's find modules, especially find modules for glog and gflags.
The
NO_MODULE
option is added, becausefbcode_builder
provided aFindLibUnwind.cmake
that is incompatible with existingfind_package(LibUnwind)
call.Differential Revision: D39313365