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