File: CubAddSubdir.cmake

package info (click to toggle)
cub 1.17.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,444 kB
  • sloc: cpp: 1,833; sh: 67; makefile: 17
file content (4 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (4)
1
2
3
4
find_package(CUB REQUIRED CONFIG
  NO_DEFAULT_PATH # Only check the explicit path in HINTS:
  HINTS "${CMAKE_CURRENT_LIST_DIR}/.."
)