This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
25f9b28e28
CMake
/
Modules
/
CMakeTestGNU.c
4 lines
43 B
C
Raw
Normal View
History
Unescape
Escape
test for gnu compiler
2002-10-23 02:17:07 +04:00
#
ifdef __GNUC__
ERR: Fixed syntax errors for picky preprocessors.
2002-12-12 18:25:43 +03:00
void
THIS_IS_GNU
(
)
;
test for gnu compiler
2002-10-23 02:17:07 +04:00
#
endif