Skip to content

Commit

Permalink
スラッシュが足りなかった
Browse files Browse the repository at this point in the history
  • Loading branch information
enm10k committed Jan 17, 2024
1 parent 6014009 commit ce947c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ elseif (SORA_TARGET_OS STREQUAL "ubuntu")
third_party/NvCodec/NvCodec/NvDecoder/NvDecoder.cpp
third_party/NvCodec/NvCodec/NvEncoder/NvEncoderCuda.cpp
PROPERTIES
COMPILE_OPTIONS "-xcuda;--cuda-gpu-arch=sm_35;-std=gnu++17;-I${CMAKE_SOURCE_DIR}_install/${SORA_TARGET}/release/llvm/clang/lib/clang/18/include/cuda_wrappers/bits;-I{CMAKE_SOURCE_DIR}_install/${SORA_TARGET}/release/llvm/clang/lib/clang/18/include/cuda_wrappers"
COMPILE_OPTIONS "-xcuda;--cuda-gpu-arch=sm_35;-std=gnu++17;-I${CMAKE_SOURCE_DIR}/_install/${SORA_TARGET}/release/llvm/clang/lib/clang/18/include/cuda_wrappers/bits;-I${CMAKE_SOURCE_DIR}/_install/${SORA_TARGET}/release/llvm/clang/lib/clang/18/include/cuda_wrappers"
)

# CUDA を要求したくないので libsora.a に含める
Expand Down

0 comments on commit ce947c1

Please sign in to comment.