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
666c000931
CMake
/
Tests
/
OutOfSource
/
OutOfSourceSubdir
/
simple.cxx.in
2 lines
30 B
C++
Raw
Normal View
History
Unescape
Escape
ENH: Added computation of object file names that are almost always short enough to not exceed the filesystem path length limitation. This is useful when a source file from outside the tree is referenced with a long full path. The object file name previously would contain the entire path which when combined with the build output directory could exceed the filesystem limit. Now CMake recognizes this case and replaces enough of the beginning of the full path to the source file with an md5sum of the replaced portion to make the name fit on disk. This addresses bug#4520.
2007-03-16 17:34:25 +03:00
int
simple2
(
)
{
return
789
;
}