File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,6 @@ def install
33
33
system "cmake" , "--build" , "build"
34
34
system "ctest" , "--test-dir" , "build" , "--verbose"
35
35
system "cmake" , "--install" , "build"
36
-
37
- # Symlink CMake files to a common linked location. Similar to Linux distros
38
- # like Arch Linux[^1] and Alpine[^2], but we add an extra subdirectory so that
39
- # CMake can automatically find them using the default search procedure[^3].
40
- #
41
- # [^1]: https://gitlab.archlinux.org/archlinux/packaging/packages/libaec/-/blob/main/PKGBUILD?ref_type=heads#L25
42
- # [^2]: https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/community/libaec/APKBUILD#L43
43
- # [^3]: https://cmake.org/cmake/help/latest/command/find_package.html#config-mode-search-procedure
44
- ( lib /"cmake" ) . install_symlink prefix /"cmake" => "libaec"
45
36
end
46
37
47
38
test do
@@ -78,7 +69,7 @@ def install
78
69
79
70
# Test CMake config package can be automatically found
80
71
( testpath /"CMakeLists.txt" ) . write <<~CMAKE
81
- cmake_minimum_required(VERSION 3.5 )
72
+ cmake_minimum_required(VERSION 3.10 )
82
73
project(test LANGUAGES CXX)
83
74
84
75
find_package(libaec CONFIG REQUIRED)
You can’t perform that action at this time.
0 commit comments