Commit cb28abd6 authored by Adam Simpkins's avatar Adam Simpkins Committed by Facebook Github Bot

install CMake package config file under lib/cmake/folly

Summary:
Install the CMake package configuration file under lib/cmake/folly rather than
share/folly.  CMake will automatically search both of these locations, but
lib/cmake/folly appears to be a more commonly-used location across other open
source projects.

Reviewed By: Orvid

Differential Revision: D7479056

fbshipit-source-id: becd3d4c05e774d2aede20f6a7a50f57d6c05875
parent 10d1edd8
......@@ -30,7 +30,7 @@ set(LIB_INSTALL_DIR lib CACHE STRING
"The subdirectory where libraries should be installed")
set(BIN_INSTALL_DIR bin CACHE STRING
"The subdirectory where binaries should be installed")
set(CMAKE_INSTALL_DIR share/folly CACHE STRING
set(CMAKE_INSTALL_DIR lib/cmake/folly CACHE STRING
"The subdirectory where CMake package config files should be installed")
option(BUILD_SHARED_LIBS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment