mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-10 17:38:10 +00:00
[cmake] CheckSubmodule: check for nanosvg
This commit is contained in:
@@ -3,7 +3,8 @@ if (EXISTS "${PROJECT_TOP}/.git" AND (
|
|||||||
(NOT EXISTS "${PROJECT_TOP}/repos/LGMP/.git") OR
|
(NOT EXISTS "${PROJECT_TOP}/repos/LGMP/.git") OR
|
||||||
(NOT EXISTS "${PROJECT_TOP}/repos/PureSpice/.git") OR
|
(NOT EXISTS "${PROJECT_TOP}/repos/PureSpice/.git") OR
|
||||||
(NOT EXISTS "${PROJECT_TOP}/repos/cimgui/imgui/.git") OR
|
(NOT EXISTS "${PROJECT_TOP}/repos/cimgui/imgui/.git") OR
|
||||||
(NOT EXISTS "${PROJECT_TOP}/repos/wayland-protocols/.git")
|
(NOT EXISTS "${PROJECT_TOP}/repos/wayland-protocols/.git") OR
|
||||||
|
(NOT EXISTS "${PROJECT_TOP}/repos/nanosvg/.git")
|
||||||
))
|
))
|
||||||
message(FATAL_ERROR "Submodules are not initialized. Run\n\tgit submodule update --init --recursive")
|
message(FATAL_ERROR "Submodules are not initialized. Run\n\tgit submodule update --init --recursive")
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user