Merge pull request #404 from jhasse/cmake-no-cxx-compiler
Don't require a C++ compiler for native-tools
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.0.2)
|
||||
|
||||
project(native-tools)
|
||||
project(native-tools C)
|
||||
|
||||
include(CheckLibraryExists)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user