From 28e62663c31437c8138e97c1dbaf79831d0a8e8f Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Sat, 2 Feb 2019 18:54:23 +0100 Subject: [PATCH] Fix cmake install. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d4f3c66d..d3bf26a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,7 +87,7 @@ write_basic_package_version_file( ) install(EXPORT ftxui-export - FILE ftxui-targets.cmake + FILE ftxui-config.cmake NAMESPACE ftxui:: DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/ftxui )