Skip to content

Commit 06fb990

Browse files
committed
Fixup: Cmake delete no longer reuqired variable in enable_languages
1 parent 36b1e4a commit 06fb990

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

cmake/enable_languages.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ include_guard(GLOBAL)
1515
include(CheckLanguage)
1616
include(CheckSourceCompiles)
1717

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-
2118
# Define the minimum supported CUDA and HIP versions
2219
set(MINIMUM_SUPPORTED_CUDA_VERSION 12.4)
2320
set(MINIMUM_SUPPORTED_HIP_VERSION 7.0) # patch version differs from the rocm package

0 commit comments

Comments
 (0)