Update Conan_Usage authored by Thomas Vierjahn's avatar Thomas Vierjahn
...@@ -19,7 +19,7 @@ conan remote add rwth-vr--bintray https://api.bintray.com/conan/rwth-vr/conan ...@@ -19,7 +19,7 @@ conan remote add rwth-vr--bintray https://api.bintray.com/conan/rwth-vr/conan
* Ensure that cmake is appended to your path variable. Otherwise: * Ensure that cmake is appended to your path variable. Otherwise:
``` ```
set PATH=%PATH%;<cmake binary directory> set PATH=<cmake binary directory>;%PATH%
``` ```
* Run the following commands: * Run the following commands:
... ...
......