Skip to content
Snippets Groups Projects

Fix CMake warning CMP0177

Merged Santiago Ospina De Los Ríos requested to merge cleanup/remove-CMP0177-warning into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
# 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)
Loading