Skip to content

Commit 567c30e

Browse files
committed
README.md: remove trailing whitespaces
1 parent f6ba342 commit 567c30e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ As of RetDec version 4.0 you can easily use various RetDec libraries in your pro
119119
If you installed RetDec into a standard installation location of your system (e.g. `/usr`, `/usr/local`), all you need to do in order to use its components is:
120120
121121
```cmake
122-
find_package(retdec 4.0 REQUIRED
123-
COMPONENTS
124-
<component>
122+
find_package(retdec 4.0 REQUIRED
123+
COMPONENTS
124+
<component>
125125
[...]
126126
)
127-
target_link_libraries(your-project
128-
PUBLIC
129-
retdec::<component>
127+
target_link_libraries(your-project
128+
PUBLIC
129+
retdec::<component>
130130
[...]
131131
)
132132
```
@@ -137,7 +137,7 @@ If you did not install RetDec somewhere where it can be automatically discovered
137137
```cmake
138138
list(APPEND CMAKE_PREFIX_PATH ${RETDEC_INSTALL_DIR})
139139
```
140-
140+
141141
2. Set the path to installed RetDec CMake scripts to `retdec_DIR`:
142142
```cmake
143143
set(retdec_DIR ${RETDEC_INSTALL_DIR}/share/retdec/cmake)

0 commit comments

Comments
 (0)