Skip to content

Commit 9801d89

Browse files
committed
Use same lemon subproject path as the Meson branch
1 parent 5efd925 commit 9801d89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "thirdparty/pybind11/pybind11"]
22
path = thirdparty/pybind11/pybind11
33
url = https://github.com/pybind/pybind11.git
4-
[submodule "subprojects/lemon-1.3.1"]
5-
path = subprojects/lemon-1.3.1
4+
[submodule "subprojects/lemon"]
5+
path = subprojects/lemon
66
url = https://github.com/Coloquinte/lemon

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ thread_dep = dependency('threads', required: true)
1515
cmake =import('cmake')
1616
cmake_opts = cmake.subproject_options()
1717
cmake_opts.add_cmake_defines({'CMAKE_POSITION_INDEPENDENT_CODE': true})
18-
lemon = cmake.subproject('lemon-1.3.1', options: cmake_opts)
18+
lemon = cmake.subproject('lemon', options: cmake_opts)
1919
lemon_dep = lemon.dependency('lemon')
2020

2121
sources = [
Submodule lemon updated from 0000000 to 5025265

0 commit comments

Comments
 (0)