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