From d76f6e74e69ed84ec2e716d7dcaa1aac42cd8d4f Mon Sep 17 00:00:00 2001 From: Sergey Linev <S.Linev@gsi.de> Date: Tue, 27 Oct 2020 13:28:25 +0100 Subject: [PATCH] fix typo --- cmake/modules/SearchInstalledSoftware.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/SearchInstalledSoftware.cmake b/cmake/modules/SearchInstalledSoftware.cmake index e6c6bef42aa..5660f93756a 100644 --- a/cmake/modules/SearchInstalledSoftware.cmake +++ b/cmake/modules/SearchInstalledSoftware.cmake @@ -1795,7 +1795,7 @@ if(webgui) if(NOT "$ENV{OPENUI5DIR}" STREQUAL "" AND EXISTS "$ENV{OPENUI5DIR}/resources/sap-ui-core-nojQuery.js") # create symbolic link on existing openui5 installation # should be used only for debug purposes to be able try different openui5 version - $ cannot be used for installation purposes + # cannot be used for installation purposes message(STATUS "openui5 - use from $ENV{OPENUI5DIR}, only for debug purposes") file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/ui5) execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink -- GitLab