HPCW 3.0
Loading...
Searching...
No Matches
xios-configure-files.cmake
Go to the documentation of this file.
1# Copyright (c) 2019 - 2024 David Guibert
2# All rights reserved.
3#
4# SPDX-License-Identifier: Apache-2.0
5
6string(REPLACE ";" " " XIOS_COMPILE_OPTIONS "${XIOS_COMPILE_OPTIONS}")
7# remove quotes
8string(REPLACE "\"" "" XIOS_USER_INC "${XIOS_USER_INC}")
9
10configure_file(${SOURCE_DIR}/projects/xios-arch-X86_hpcw.fcm.in
11 ${BINARY_DIR}/projects/xios-arch-X86_hpcw.fcm @ONLY)
12
13configure_file(${SOURCE_DIR}/projects/xios-arch-X86_hpcw.path.in
14 ${BINARY_DIR}/projects/xios-arch-X86_hpcw.path @ONLY)