Loading CMakeLists.txt +3 −2 Original line number Diff line number Diff line project(kicad) # test the minimun Cmake version (could be different under unix or Windows if(WIN32) cmake_minimum_required(VERSION 2.6.1 FATAL_ERROR) cmake_minimum_required(VERSION 2.8.0 FATAL_ERROR) else(WIN32) cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR) cmake_minimum_required(VERSION 2.8.0 FATAL_ERROR) endif(WIN32) # Path to local CMake modules. Loading Loading
CMakeLists.txt +3 −2 Original line number Diff line number Diff line project(kicad) # test the minimun Cmake version (could be different under unix or Windows if(WIN32) cmake_minimum_required(VERSION 2.6.1 FATAL_ERROR) cmake_minimum_required(VERSION 2.8.0 FATAL_ERROR) else(WIN32) cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR) cmake_minimum_required(VERSION 2.8.0 FATAL_ERROR) endif(WIN32) # Path to local CMake modules. Loading