Skip to content
Snippets Groups Projects
Commit b1bde4c8 authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel
Browse files

Renamed examples -> demos

parent 22477066
No related branches found
No related tags found
No related merge requests found
Pipeline #3210 passed
Showing
with 5 additions and 5 deletions
......@@ -547,8 +547,8 @@ ENDIF (GLOG_FOUND)
IF(BUILD_EXAMPLES)
#Build examples
MESSAGE("Building examples.")
ADD_SUBDIRECTORY(src/examples)
MESSAGE("Building demos.")
ADD_SUBDIRECTORY(demos)
ENDIF(BUILD_EXAMPLES)
......
......@@ -4,9 +4,9 @@ FIND_PATH(
NAMES wolf.found
PATHS /usr/local/include/iri-algorithms/wolf/plugin_core)
IF(wolf_INCLUDE_DIR)
MESSAGE("Found vision include dirs: ${wolf_INCLUDE_DIR}")
MESSAGE("Found wolf include dirs: ${wolf_INCLUDE_DIR}")
ELSE(wolf_INCLUDE_DIR)
MESSAGE("Couldn't find vision include dirs")
MESSAGE("Couldn't find wolf include dirs")
ENDIF(wolf_INCLUDE_DIR)
FIND_LIBRARY(
......@@ -59,7 +59,7 @@ macro(wolf_report_not_found REASON_MSG)
endmacro(wolf_report_not_found)
if(NOT wolf_FOUND)
wolf_report_not_found("TROUBLE DUDE.")
wolf_report_not_found("Something went wrong while setting up wolf.")
endif(NOT wolf_FOUND)
# Set the include directories for wolf (itself).
set(wolf_FOUND TRUE)
\ No newline at end of file
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment