Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 3cf1b34

Browse files
committed
e:m
1 parent 406758b commit 3cf1b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.5)
22
project(cortex-cpp C CXX)
33

4-
if(NOT CUDA_12_0 AND NOT CUDA_11_7)
4+
if(NOT LLAMA_CUDA)
55
include(engines/cortex.llamacpp/engine.cmake)
66
endif()
77
include(engines/cortex.python/engine.cmake)

0 commit comments

Comments
 (0)