From f6ab9f0fd61c6fdffe6eb74c96224377889d3d6c Mon Sep 17 00:00:00 2001 From: Felix Gruber <gruber@igpm.rwth-aachen.de> Date: Thu, 2 Jul 2015 14:31:46 +0200 Subject: [PATCH] [CMake][bugfix] install OverloadCompilerFlags.cmake --- cmake/modules/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/modules/CMakeLists.txt b/cmake/modules/CMakeLists.txt index c808c3d3e..bd841a43c 100644 --- a/cmake/modules/CMakeLists.txt +++ b/cmake/modules/CMakeLists.txt @@ -30,6 +30,7 @@ set(modules FindUMFPack.cmake Headercheck.cmake LanguageSupport.cmake + OverloadCompilerFlags.cmake UseInkscape.cmake UseLATEX.cmake) set(test_programs CheckForPthreads.c) -- GitLab