7
mirror of https://gitlab.com/kicad/libraries/kicad-footprints.git synced 2025-04-09 00:30:06 +00:00

Specify NONE language for cmake

Cmake will by default check for C and C++ compilers, we do not compile
anything for the libs. We disable the expected language for cmake.
This commit is contained in:
Nick Østergaard 2018-02-17 00:11:16 +01:00
parent 4640c8eeaf
commit 0464032bbf

View File

@ -1,4 +1,4 @@
project( kicad-footprints )
project( kicad-footprints NONE )
cmake_minimum_required( VERSION 2.6.1 FATAL_ERROR )