Skip to content

Commit

Permalink
Remove /
Browse files Browse the repository at this point in the history
  • Loading branch information
LuigiGiuffrida98 committed Sep 9, 2024
1 parent a3db63b commit 9627826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ if( app_found EQUAL 0 )
if(NOT ${file_path} MATCHES ".*/crt/.*")
SET(add 1)
endif()
elseif( ( ${file_path} MATCHES "${ROOT_PROJECT}/applications/${PROJECT}/" ) AND ( NOT ${file_path} MATCHES "${ROOT_PROJECT}applications/${PROJECT}/.*${MAINFILE}\." ) AND ( NOT ${file_path} MATCHES "exclude" ) )
elseif( ( ${file_path} MATCHES "${ROOT_PROJECT}applications/${PROJECT}/" ) AND ( NOT ${file_path} MATCHES "${ROOT_PROJECT}applications/${PROJECT}/.*${MAINFILE}\." ) AND ( NOT ${file_path} MATCHES "exclude" ) )
SET(add 1)
endif()

Expand Down

0 comments on commit 9627826

Please sign in to comment.