From d5412163e1ec51f90a8840d519b8465dc807601f Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 11 May 2020 12:42:54 +0200 Subject: [PATCH] do not enable EtherCAT support if EtherLab not found --- cmake/FindEtherlab.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmake/FindEtherlab.cmake b/cmake/FindEtherlab.cmake index 77628660f..f1e6294a7 100644 --- a/cmake/FindEtherlab.cmake +++ b/cmake/FindEtherlab.cmake @@ -40,6 +40,3 @@ mark_as_advanced(ETHERLAB_INCLUDE_DIR ETHERLAB_LIBRARY) set(ETHERLAB_LIBRARIES ${ETHERLAB_LIBRARY}) set(ETHERLAB_INCLUDE_DIRS ${ETHERLAB_INCLUDE_DIR}) - - -set(ETHERLAB_FOUND TRUE) \ No newline at end of file