Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
drisspg authored Mar 19, 2024
1 parent ef2c263 commit 0921281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

cmake_minimum_required(VERSION 3.26 FATAL_ERROR)
cmake_minimum_required(VERSION 3.22 FATAL_ERROR)
project(simple_cuda LANGUAGES CXX CUDA)
# Set the C++ standard for all targets
set(CMAKE_CXX_STANDARD 20)
Expand Down Expand Up @@ -62,4 +62,4 @@ foreach(EXAMPLE_SOURCE ${EXAMPLE_SOURCES})
# Link the library to the target
target_link_libraries(${EXAMPLE_NAME} PRIVATE SimpleCudaLib)

endforeach()
endforeach()

0 comments on commit 0921281

Please sign in to comment.