Skip to content

Commit

Permalink
Use -DUSE_ETHERCAT=TRUE in make-script instead
Browse files Browse the repository at this point in the history
i.e.:

mkdir -p $eeros_build_dir
pushd $eeros_build_dir
cmake -DCMAKE_INSTALL_PREFIX=$install_dir \
      -DCMAKE_BUILD_TYPE=Release \
      -DUSE_ETHERCAT=TRUE \
      $eeros_source_dir
make
make install
  • Loading branch information
Marcel Gehrig authored Dec 11, 2018
1 parent 3cc2802 commit c413871
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions enableECMasterlibInEEROS.sh

This file was deleted.

0 comments on commit c413871

Please sign in to comment.