Silence warning from CMake Policy CMP0026
commit5b8c73ab2bfb31d29d52c7bdba28bc58ba1dd066
authorSara Golemon <sgolemon@fb.com>
Tue, 28 Oct 2014 05:28:58 +0000 (27 22:28 -0700)
committerhhvm-bot <hhvm-bot@fb.com>
Tue, 28 Oct 2014 05:30:21 +0000 (27 22:30 -0700)
tree80188464c0b8ab29ad7cd0c75193b6d60ae4a958
parent0651e1b872b13c4f1f5c5961157494d307b9d890
Silence warning from CMake Policy CMP0026

Summary: get_target_property(... LOCATION) is deprecated and
throws a warning as of CMake 3.0.0.  Switch to using the generator
expression $<TARGET_FILE> instead to silence the warning.

Reviewed By: @JoelMarcey

Differential Revision: D1641895
CMake/HPHPFunctions.cmake