summaryrefslogtreecommitdiffstats
path: root/tools/checksdk/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checksdk/main.cpp')
0 files changed, 0 insertions, 0 deletions
ohover'>| | | | | | | | | | | | | | | | | | | | | | | | The CUDA_PROPAGATE_HOST_FLAGS was incorrect in that it prevented the CUDA_NVCC_FLAGS_CONFIG variable from getting filled. Also, added a search path for the CUDA SDK install on Macs. * | | | Make sure LINK_FLAGS are seen by generator, fix for part of bug#9613Bill Hoffman2009-09-291-0/+6 | | | | * | | | Fix issue #9412 - remove RPATH from files copied by BundleUtilities.cmake on ↵David Cole2009-09-281-0/+4 | | | | | | | | | | | | | | | | Linux. Thanks to Clinton Stimpson for the patch. * | | | Fix issue #9395 - only return true for .exe files on Windows from the ↵David Cole2009-09-281-4/+4 | | | | | | | | | | | | | | | | is_file_executable function. Makes behavior of this function conceptually consistent with Mac and Linux behavior. Thanks to Clinton Stimpson for the patch. * | | | Test support for OLD behavior of policy CMP0002Brad King2009-09-284-0/+13 | | | | | | | | | | | | | | | | | | | | | | | | Policy CMP0002's OLD behavior allows duplicate non-custom targets. We test it with a project that builds two executables of the same name by setting CMP0002 to OLD. * | | | Fix support for OLD behavior of policy CMP0002Brad King2009-09-282-4/+21 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The commit "Cleanup make progress rule generation code" introduced a map from target name to the progress.make file location. Policy CMP0002's OLD behavior allows duplicate target names in different directories, so only one ends up with a progress.make file. This commit fixes the map to order by target name first and build directory second, restoring support for duplicate target names. * | | | Fix issue #8818 - escape quotes in the license file when using the DragNDrop ↵David Cole2009-09-281-0/+7 | | | | | | | | | | | | | | | | cpack generator. Thanks to Clinton Stimpson for the patch. * | | | Remove MFC libraries from install tree.Bill Hoffman2009-09-281-1/+0 | | | | * | | | Convert CMake non-find modules to BSD LicenseBrad King2009-09-28