[wesnoth-commits] [wesnoth/wesnoth] 928282: Use the C++ compiler instead of the C compiler.
Pentarctagon
noreply at github.com
Sun Mar 13 23:38:52 UTC 2022
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 9282828f583f245b7d29c92a1052695e088e54ee
https://github.com/wesnoth/wesnoth/commit/9282828f583f245b7d29c92a1052695e088e54ee
Author: Pentarctagon <pentarctagon at tutamail.com>
Date: 2022-03-13 (Sun, 13 Mar 2022)
Changed paths:
M src/CMakeLists.txt
Log Message:
-----------
Use the C++ compiler instead of the C compiler.
Note using clang++ to build C code as C++ without also providing `-x c++` gives a deprecation warning.
More information about the Commits
mailing list