]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
cmake : fix MSVC compile error C3688 (#1136)
authorbobqianic <redacted>
Wed, 26 Jul 2023 15:57:25 +0000 (23:57 +0800)
committerGitHub <redacted>
Wed, 26 Jul 2023 15:57:25 +0000 (18:57 +0300)
commita792c4079ce61358134da4c9bc589c15a03b04ad
treeac32239002d8c9f4e738de87771cfec32455630e
parent7b374c9ac9b9861bb737eec060e4dfa29d229259
cmake : fix MSVC compile error C3688 (#1136)

Instead of simply using 'add_compile_options(/utf-8)' to address the MSVC compile error C3688, a better approach would be to handle it in a way that prevents passing '/utf-8' to NVCC.
CMakeLists.txt