Searched hist:"39524 c59a59cf0bdb8a3bbfeb9fe5ea33f48e5d0" (Results 1 – 2 of 2) sorted by relevance
/libbtbb/lib/ |
H A D | libbtbb.pc.in | diff 39524c59a59cf0bdb8a3bbfeb9fe5ea33f48e5d0 Mon May 04 02:56:20 CEST 2015 Theodore A. Roth <[email protected]> cmake: Fix libbtbb.pc.in.
The @prefix@, @exec_prefix@, @libdir@ and @includedir@ variables are not set by cmake. Set the values in the libbtbb.pc.in file by including the GNUInstallDirs.cmake file in CMakeLists.txt. This creates the CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR variables.
This change allows user to configure for installing into non-standard locations as such:
mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=$HOME/local ..
|
H A D | CMakeLists.txt | diff 39524c59a59cf0bdb8a3bbfeb9fe5ea33f48e5d0 Mon May 04 02:56:20 CEST 2015 Theodore A. Roth <[email protected]> cmake: Fix libbtbb.pc.in.
The @prefix@, @exec_prefix@, @libdir@ and @includedir@ variables are not set by cmake. Set the values in the libbtbb.pc.in file by including the GNUInstallDirs.cmake file in CMakeLists.txt. This creates the CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR variables.
This change allows user to configure for installing into non-standard locations as such:
mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=$HOME/local ..
|