File: debianize-cmake.patch

package info (click to toggle)
cccl 2.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 89,900 kB
  • sloc: cpp: 697,664; ansic: 26,964; python: 11,928; sh: 3,284; asm: 2,154; perl: 460; makefile: 112; xml: 13
file content (15 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Beckmann <anbe@debian.org>
Description: cmake fixup for running autopkgtest
Forwarded: not-needed

--- a/thrust/thrust/cmake/thrust-config.cmake
+++ b/thrust/thrust/cmake/thrust-config.cmake
@@ -672,7 +672,7 @@ endif()
 
 set(_THRUST_CMAKE_DIR "${CMAKE_CURRENT_LIST_DIR}" CACHE INTERNAL
   "Location of thrust-config.cmake"
-  FORCE
+  #FORCE
 )
 
 # Internal target that actually holds the Thrust interface. Used by all other Thrust targets.