Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Specify NONE language for cmake
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nickoe committed Feb 16, 2018
1 parent bfe04f6 commit 49661c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project( kicad-templates )
project( kicad-templates NONE )

cmake_minimum_required( VERSION 2.6.1 FATAL_ERROR )

Expand Down

0 comments on commit 49661c8

Please sign in to comment.