diff --git a/README.md b/README.md index e1bd053..64b7191 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ mkdir build cd build # Please change the path to the install dir. If you chose a global install you can omit the CMAKE_PREFIX_PATH option # You can specify which EtherCAT devices should be included into the build with -DECAT_DEVICE="sock_raw+sock_raw_mmaped+..." -cmake .. -DCMAKE_PREFIX_PATH= -DECAT_DEVICE="sock_raw+sock_raw_mmaped" +cmake -DCMAKE_PREFIX_PATH= -DECAT_DEVICE="sock_raw+sock_raw_mmaped" .. cmake --build . ```