]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
cmake : update to 3.19 (#351)
authorAndy Maloney <redacted>
Thu, 5 Jan 2023 19:22:48 +0000 (14:22 -0500)
committerGitHub <redacted>
Thu, 5 Jan 2023 19:22:48 +0000 (21:22 +0200)
commit84c6b42e65899b9915a4383c7a35ba4d9775280c
tree576547c6152ba1df4e2457d1e13428264c979df1
parentdd6d5829773ca18fc6a35c60abe87fca53715150
cmake : update to 3.19 (#351)

- update from 3.0 (from 2014) to 3.19 (from 2020)
- move some global setting onto the targets (through a cmake include)
12 files changed:
CMakeLists.txt
cmake/DefaultTargetOptions.cmake [new file with mode: 0644]
examples/bench.wasm/CMakeLists.txt
examples/bench/CMakeLists.txt
examples/command.wasm/CMakeLists.txt
examples/command/CMakeLists.txt
examples/main/CMakeLists.txt
examples/stream.wasm/CMakeLists.txt
examples/stream/CMakeLists.txt
examples/talk.wasm/CMakeLists.txt
examples/talk/CMakeLists.txt
examples/whisper.wasm/CMakeLists.txt