This website requires JavaScript.
Explore
Help
Sign In
Kitware
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/Kitware/CMake.git
synced
2025-10-20 04:24:36 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
e62b6cb748cdd26f19451284d79e7552ee25cb15
CMake
/
Modules
/
CheckIPOSupported
/
main.cpp
Ruslan Baratov
fdb2ba2521
CheckIPOSupported: New module to check for compiler/cmake IPO support
2017-03-11 19:46:25 +08:00
7 lines
43 B
C++
Raw
Blame
History
int
foo
(
)
;
int
main
(
)
{
return
foo
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink