Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
a0508dee
Commit
a0508dee
authored
Sep 20, 2017
by
Adriaan de Groot
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FreeBSD prefers to call the C++ compiler c++ (just like Linux, Darwin, ..)
parent
33ead73d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Modules/Platform/FreeBSD-Determine-CXX.cmake
Modules/Platform/FreeBSD-Determine-CXX.cmake
+3
-0
No files found.
Modules/Platform/FreeBSD-Determine-CXX.cmake
0 → 100644
View file @
a0508dee
if
(
NOT CMAKE_CXX_COMPILER_NAMES
)
set
(
CMAKE_CXX_COMPILER_NAMES c++
)
endif
()
Brad King
@brad.king
mentioned in commit
6f666f43
·
Sep 21, 2017
mentioned in commit
6f666f43
mentioned in commit 6f666f4335c7f6b44fc4ccdc886590094fdfa16d
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment