From da5f97368df90f54dedbb5fc2de7bb1763db0585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Ospina=20De=20Los=20R=C3=ADos?= <sospinar@gmail.com> Date: Fri, 21 Feb 2025 10:52:20 +0100 Subject: [PATCH] Fix CMake warning CMP0177 --- lib/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 447136d54..0a77ee07e 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,5 +1,4 @@ # SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root # SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception -install(FILES dunemodules.lib - DESTINATION ${CMAKE_INSTALL_BINDIR}/../lib) +install(FILES dunemodules.lib DESTINATION lib) -- GitLab