aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-05 15:06:34 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-05 15:06:34 -0700
commitfe81139bc0fbac219fa41f0b3103b1ed43aca37d (patch)
tree7fd4acdd3ed29ccc6d816eb56fb214c2cac73ff6 /ports
parent846471c8f234e80303a8a945f71b93e1529f6440 (diff)
downloadvcpkg-fe81139bc0fbac219fa41f0b3103b1ed43aca37d.tar.gz
vcpkg-fe81139bc0fbac219fa41f0b3103b1ed43aca37d.zip
Update CHANGELOG and bump version to v0.0.79
Diffstat (limited to 'ports')
-rw-r--r--ports/cuda/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cuda/portfile.cmake b/ports/cuda/portfile.cmake
index 348de92f1..ee876ce50 100644
--- a/ports/cuda/portfile.cmake
+++ b/ports/cuda/portfile.cmake
@@ -30,7 +30,7 @@ set(CUDA_REQUIRED_VERSION "V8.0.0")
if (error_code)
message(FATAL_ERROR "Could not find CUDA. Before continuing, please download and install CUDA (${CUDA_REQUIRED_VERSION} or higher) from:"
"\n https://developer.nvidia.com/cuda-downloads\n"
- "\nAlso ensure vcpkg has been rebuilt with the latest version (Mar 5 2017 or later)")
+ "\nAlso ensure vcpkg has been rebuilt with the latest version (v0.0.79 or later)")
endif()
string(REGEX MATCH "V([0-9]+)\\.([0-9]+)\\.([0-9]+)" CUDA_VERSION ${NVCC_OUTPUT})