Skip to content
Snippets Groups Projects
Commit 047e4e85 authored by Chris Pinkenburg's avatar Chris Pinkenburg
Browse files

replace space in my changes by tabs

parent 76ee0e51
Branches
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ ENDIF()
IF(DEFINED RAVE)
# turn comma separated lists into space separated strings
string (REPLACE ";" " " Rave_LDFLAGS_STR "${Rave_LDFLAGS}")
string (REPLACE ";" " " Rave_LDFLAGS_STR "${Rave_LDFLAGS}")
string (REPLACE ";" " " Rave_INCLUDE_DIRS_STR "${Rave_INCLUDE_DIRS}")
string (REPLACE ";" " " Rave_CFLAGS_STR "${Rave_CFLAGS}")
......@@ -300,8 +300,8 @@ if(DEFINED RAVE)
${PROJECT_NAME}
${ROOT_LIBS}
${Rave_LIB}
${Rave_LDFLAGS_STR}
)
${Rave_LDFLAGS_STR}
)
else()
TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${ROOT_LIBS})
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment