Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
deb27767e0d58165ddc30b5bc232e2e6649d8ae3
/
.
/
Modules
/
Platform
/
FreeBSD-Determine-CXX.cmake
blob: b594daeb0bd381d1898e2de4a9eb81dea5a89f26 [
file
]
if
(
NOT CMAKE_CXX_COMPILER_NAMES
)
set
(
CMAKE_CXX_COMPILER_NAMES c
++)
endif
()