Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 5, 2023
1 parent 046d23b commit 159449a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/thisREST.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ else ()
endif ()

if (DEFINED REST_CRY_PATH)
set(loadCRY "export LD_LIBRARY_PATH=${REST_CRY_PATH}/lib:\$LD_LIBRARY_PATH")
set(loadCRY "export LD_LIBRARY_PATH=${REST_CRY_PATH}/lib:\$LD_LIBRARY_PATH")
else ()
set(loadCRY "")
set(loadCRY "")
endif ()

set(loadGarfield "")
Expand Down

0 comments on commit 159449a

Please sign in to comment.