Skip to content

Commit

Permalink
Fixed CMAKE Find_CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayJay3 committed Dec 24, 2023
1 parent 27dd0db commit 3d6f775
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
## Project Name and Software Version Number
project(Autonomy_Software VERSION 24.01.00)

## Allows use of "FindCUDA" function
cmake_policy(SET CMP0146 OLD)

## Include Required CMake Packages
if(NOT CPack_CMake_INCLUDED)
include(CPack) # CMake Packaging Library
Expand Down

0 comments on commit 3d6f775

Please sign in to comment.