Skip to content
Snippets Groups Projects
Commit f81c70ca authored by Martin Beseda's avatar Martin Beseda
Browse files

FIX: Trying to fix CI...

parent a14795ba
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ ENDIF(TURTLE_FOUND)
# Add path only to the 'include' folder
set(TMP "")
string(REPLACE "/include/turtle" "/include" TMP ${TURTLE_INCLUDE_DIR})
string(REGEX REPLACE "/turtle$" "" TMP ${TURTLE_INCLUDE_DIR})
list(APPEND TURTLE_INCLUDE_DIR ${TMP})
# Advanced options for not cluttering the cmake UIs:
......
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