From e0a347a23a66d7609f2054de9093a348162baf8e Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 23 Apr 2024 15:52:45 -0400 Subject: [PATCH] xo-ratio: bugfix: missing GNUInstallDirs in toplevel CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 882e9914..71825273 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ project(xo_ratio VERSION 1.0) enable_language(CXX) # common XO cmake macros (see proj/xo-cmake) +include(GNUInstallDirs) include(cmake/xo-bootstrap-macros.cmake) # ----------------------------------------------------------------