summaryrefslogtreecommitdiffstats
path: root/Modules/CheckCXXSourceRuns.cmake
Commit message (Expand)AuthorAgeFilesLines
* ENH: use the same CMAKE_SKIP_RPATH setting in CHECK_C/CXX_SOURCE_RUNS as inAlexander Neundorf2007-08-281-0/+1
* STYLE: don't use FIND_INCLUDE_FILE() but only FIND_INCLUDE_FILES() inAlexander Neundorf2007-07-311-7/+13
* BUG: the SET( ... CACHE INTERNAL) didn't work as expected, since theAlexander Neundorf2007-07-131-2/+0
* ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it nowAlexander Neundorf2007-06-011-2/+3
* ENH: fixs for check compile stuff from Oswald B.Bill Hoffman2006-08-211-6/+7
* ENH: add a try run source code macroBill Hoffman2006-08-031-0/+67