https://github.com/Kitware/CMake
Revision b9d67447c35681ccf272ec1744cb3208aa2745ba authored by Robert Maynard on 20 February 2020, 13:18:00 UTC, committed by Brad King on 24 February 2020, 19:14:38 UTC
In commit 46371132b3 (FindCUDA: CUDA_LIBRARIES doesn't contain raw
`-pthread`, 2019-11-11, v3.17.0-rc1~455^2) we introduced use of the
`Threads::Threads` target, but we do not `find_package(Threads)` on all
platforms.  Use the target only if it exists.
1 parent 125f045
Raw File
Tip revision: b9d67447c35681ccf272ec1744cb3208aa2745ba authored by Robert Maynard on 20 February 2020, 13:18:00 UTC
FindCUDA: Only depend on Threads::Threads on platforms that need it
Tip revision: b9d6744
.hooks-config
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

# Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
# during git commit after local hooks have been installed.

[hooks "chain"]
	pre-commit = Utilities/Git/pre-commit
	commit-msg = Utilities/Git/commit-msg
	prepare-commit-msg = Utilities/Git/prepare-commit-msg
back to top