Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use static library for automatic compiler detection
There has been a long standing bug with cmake that does not allow it to properly detect embedded compilers (we have to call "generate_makefile" twice because of this bug). With CMake 3.6 we can finally tell CMake to use static libs for the detection to circumvent the problem!
- Loading branch information