From bd25f8043a261f59083d869f33ac0ecbd67cf02f Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周二, 12 11月 2019 10:24:46 +0800 Subject: [PATCH] fix submodules --- cmake/Findolm.cmake | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/cmake/Findolm.cmake b/cmake/Findolm.cmake index 87b35e7..7e5157b 100644 --- a/cmake/Findolm.cmake +++ b/cmake/Findolm.cmake @@ -57,6 +57,7 @@ set_property(TARGET license_generator::olm PROPERTY IMPORTED_LOCATION ${OLM_EXECUTABLE}) ELSE(OLM_LOCATION) find_package(olm REQUIRED NO_CMAKE_PATH) #try to find it without looping on this module + message(STATUS ${olm_FOUND}) IF(NOT olm_FOUND) find_package(Git QUIET) if(GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR}/.git") -- Gitblit v1.9.1