From ba821647ad2650449938e27189ce3af420d049d7 Mon Sep 17 00:00:00 2001 From: Fabian Schneider <56137202+faberno@users.noreply.github.com> Date: Fri, 4 Oct 2024 12:05:58 +0200 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 30a8b8f..f9595e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,13 +1,13 @@ # Set the minimum CMake version and policies for highest tested version cmake_minimum_required(VERSION 3.15...3.27) -# Set up the project and ensure there is a working C++ compiler -project(vessel_voxelizer LANGUAGES CXX CUDA) - if(UNIX) set(CUDAToolkit_ROOT /usr/local/cuda/targets/x86_64-linux/) #it's inside CMAKE_SYSROOT endif (UNIX) +# Set up the project and ensure there is a working C++ compiler +project(vessel_voxelizer LANGUAGES CXX CUDA) + # Warn if the user invokes CMake directly if (NOT SKBUILD) message(WARNING "\