Linux-Fujitsu-CXX.cmake 317 B

12345678
  1. # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
  2. # file Copyright.txt or https://cmake.org/licensing for details
  3. include(Platform/Linux-Fujitsu)
  4. __linux_compiler_fujitsu(CXX)
  5. # Special sauce to propagate the -std=xxx flag when linking
  6. set(CMAKE_CXX_LINK_WITH_STANDARD_COMPILE_OPTION ON)