Skip to content

Commit 1694156

Browse files
committed
Changed the incorrect path to CMake config for Lyra. These files are placed in /usr/<lib dir>[/<arch>]/cmake/<package name> in distros. At least, in Ubuntu and Fedora.
1 parent 36978ec commit 1694156

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ target_include_directories(
5959
# Add an alias to public name.
6060
add_library( bfg::lyra ALIAS lyra )
6161

62-
set(LYRA_INSTALL_CONFIGDIR "${CMAKE_INSTALL_DATADIR}/lyra/cmake")
62+
set(LYRA_INSTALL_CONFIGDIR "${CMAKE_INSTALL_LIBDIR}/cmake/lyra")
6363
set(PkgConfigTemplatesDir "${CMAKE_CURRENT_SOURCE_DIR}/data/pkgconfig")
6464

6565
## Installation Code

0 commit comments

Comments
 (0)