Fix whitespaces
This commit is contained in:
parent
d3506f9d3f
commit
b9ecfb77ed
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue