]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
cmake : bump to 3.12 (#768)
authorBryan Lozano <redacted>
Fri, 22 Mar 2024 07:18:20 +0000 (00:18 -0700)
committerGitHub <redacted>
Fri, 22 Mar 2024 07:18:20 +0000 (09:18 +0200)
commitf5c9599cdba3133da0158dce061b33413b49f6fd
tree11514c485aa9356f571929ad4730315f8a95d9da
parent30626ea6e00eb4d4b9a943d6ab0ecdef112350c0
cmake : bump to 3.12 (#768)

This CMakeLists.txt file uses Cmake command `add_compile_definitions()`.

That command did not exist until CMake 3.12.

Reference documentation:
https://cmake.org/cmake/help/latest/command/add_compile_definitions.html

I see a failure in CMake 3.10 with existing CMakeLists.txt
CMakeLists.txt