Browse Source
Changes: Sets default cmake build type before calling project(). Current version seems to follow https://cmake.org/pipermail/cmake/2008-September/023808.html however, it seems to miss the comment that: "definition of CMAKE_BUILD_TYPE occurs in the PROJECT() command" which means that setting cmake build type should happend prior to calling PROJECT(). Fixes: lp:1785719 * https://bugs.launchpad.net/kicad/+bug/1785719pull/13/head
committed by
Wayne Stambaugh
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue