https://github.com/Kitware/CMake
Revision 1911cda03efc71f97e610e0b593282c835f2d4f4 authored by Brad King on 17 February 2016, 20:14:22 UTC, committed by Brad King on 17 February 2016, 20:20:56 UTC
Since commit v3.5.0-rc1~47^2 (FindCUDA: Support special characters in
path, 2016-01-15) our add_custom_command calls use VERBATIM so that
CMake will automatically quote special characters correctly.  However,
this breaks the special `$(VCInstallDir)` placeholder used with Visual
Studio generators.  Since we do not support preservation of such
placeholders with VERBATIM (see issue #15001) we must fall back to not
using VERBATIM when the placeholder is used.

A better fix would be to stop using `$(VCInstallDir)` and use the value
of `CMAKE_${CUDA_C_OR_CXX}_COMPILER` instead, but that will require
additional semantic and documentation changes.  For now simply fix the
regression with the above approach.

Reported-by: Stephen Sorley <Stephen.Sorley@jhuapl.edu>
1 parent 6ccc307
Raw File
Tip revision: 1911cda03efc71f97e610e0b593282c835f2d4f4 authored by Brad King on 17 February 2016, 20:14:22 UTC
FindCUDA: Fix regression under Visual Studio generators
Tip revision: 1911cda
CMakeLogo.gif
image
back to top