From 514ad66f2099c2785fd0b1535ef3cc08e64c5ba4 Mon Sep 17 00:00:00 2001 From: Piotr Gaczkowski Date: Mon, 17 Jun 2024 10:52:13 +0200 Subject: [PATCH] Install binaries on macOS --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a1d8ddcd1..e555aeacd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2138,7 +2138,7 @@ if("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows") ") include(CPack) -elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux") +else() include(GNUInstallDirs) string(TIMESTAMP LOVE_CONFIGURE_TIMESTAMP "%a, %d %b %Y %H:%M:%S +0000" UTC)