提交 15b3bc14 编写于 作者: M Matt Pharr

Update CMakeLists.txt to not use list PREPEND

This isn't supported in 3.14.3, at least, but list INSERT with a 0 index is
equivalent and is available there.

(PR #73 followup)
上级 cd82b6fd
......@@ -8,7 +8,7 @@ set (CMAKE_CXX_STANDARD 17)
set (CMAKE_CXX_STANDARD_REQUIRED ON)
# For sanitizers
list (PREPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
list (INSERT CMAKE_MODULE_PATH 0 "${CMAKE_SOURCE_DIR}/cmake")
# Configuration options
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册