Add language "C" in main CMakeLists.txt, so that g++ is no more required by cmake
This commit is contained in:
parent
2bfe49d28b
commit
74fd27cc07
@ -14,7 +14,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
PROJECT(weechat)
|
||||
PROJECT(weechat C)
|
||||
|
||||
cmake_minimum_required(VERSION 2.4)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user