Merge pull request #404 from jhasse/cmake-no-cxx-compiler

Don't require a C++ compiler for native-tools
This commit is contained in:
kcat
2020-03-27 12:35:23 -07:00
committed by GitHub
+1 -1
View File
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0.2)
project(native-tools)
project(native-tools C)
include(CheckLibraryExists)