-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake : add C99 standard, move to CMake3 (#298)
* update CMakeLists.txt: - add C99 standard checking to `CMakeLists.txt` older compilers may not enable this by default. - change minimum cmake version to 3.0 cmake2 does not recognize `add_library(... INTERFACE ...)` * update CHANGES
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters