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:
parent
4640c8eeaf
commit
0464032bbf
@ -1,4 +1,4 @@
|
||||
project( kicad-footprints )
|
||||
project( kicad-footprints NONE )
|
||||
|
||||
cmake_minimum_required( VERSION 2.6.1 FATAL_ERROR )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user