We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b1e4a commit 06fb990Copy full SHA for 06fb990
1 file changed
cmake/enable_languages.cmake
@@ -15,9 +15,6 @@ include_guard(GLOBAL)
15
include(CheckLanguage)
16
include(CheckSourceCompiles)
17
18
-# Store the location of this file, so relative paths can be used inside macros (which exist in the scope of the caller)
19
-set(_FLAMEGPU_ENABLE_LANGUAGES_DIR "${CMAKE_CURRENT_LIST_DIR}")
20
-
21
# Define the minimum supported CUDA and HIP versions
22
set(MINIMUM_SUPPORTED_CUDA_VERSION 12.4)
23
set(MINIMUM_SUPPORTED_HIP_VERSION 7.0) # patch version differs from the rocm package
0 commit comments