Fix whitespaces

This commit is contained in:
alan (NyxTrail) 2024-06-15 11:50:41 +00:00
parent d3506f9d3f
commit b9ecfb77ed
No known key found for this signature in database
GPG Key ID: 32C5D29762C48D4A
1 changed files with 6 additions and 6 deletions

View File

@ -12,10 +12,10 @@ Forwarded: not-needed
if (external)
- set(path ${CMAKE_SOURCE_DIR}/${protoPath})
+ string(FIND ${protoPath} "/usr" debian_patch_found)
+ if(debian_patch_found EQUAL 0)
+ message(STATUS "Debian patch found!!!")
+ if(debian_patch_found EQUAL 0)
+ message(STATUS "Debian patch found!!!")
+ set(path ${protoPath})
+ else()
+ else()
+ set(path ${CMAKE_SOURCE_DIR}/${protoPath})
+ endif()
else()
@ -27,10 +27,10 @@ Forwarded: not-needed
if (external)
- set(path ${CMAKE_SOURCE_DIR}/${protoPath})
+ string(FIND ${protoPath} "/usr" debian_patch_found)
+ if(debian_patch_found EQUAL 0)
+ message(STATUS "Debian patch found!!!")
+ if(debian_patch_found EQUAL 0)
+ message(STATUS "Debian patch found!!!")
+ set(path ${protoPath})
+ else()
+ else()
+ set(path ${CMAKE_SOURCE_DIR}/${protoPath})
+ endif()
else()