File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ An out of tree build doesn't include the whole `labstreaminglayer` directory but
145
145
Building the LSL library should take only 1-2 minutes, so you should prefer [ in tree builds] ( #in-tree-builds-recommended )
146
146
unless you know what you're doing.
147
147
148
- To import the LSL library in a separate CMake build, you need to set the [ 'installed' LSL directory] ( #install-directory-tree )
149
- in the ` LSL_ROOT ` variable (e.g. ` -DLSL_ROOT=C:/LSL/build/install/lsl_Release/LSL ` ) or add the ` LSL/cmake ` subfolder
148
+ To import the LSL library in a separate CMake build, you need to set the the
149
+ ** absolute path** to the[ 'installed' LSL directory] ( #install-directory-tree )
150
+ in the ` LSL_ROOT ` variable (e.g. ` -DLSL_ROOT=C:/LSL/build/install/lsl_Release/LSL ` ) or add the ** absolute path** to the` LSL/cmake ` subfolder
150
151
of the [ 'installed' LSL directory] ( #install-directory-tree ) to your ` CMAKE_PREFIX_PATH ` .
You can’t perform that action at this time.
0 commit comments