Skip to content
Snippets Groups Projects
Commit ad8d4772 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

PKG: missed endif() at last

parent e553985f
No related branches found
No related tags found
No related merge requests found
......@@ -456,7 +456,7 @@ function(is_file_a_symbolic_link file result_var1 result_var2)
string(REGEX REPLACE "_file_full_*.*symbolic.link.to.."
"" symlinked_to ${file_ov})
endif(APPLE)
endif(UNIX)
#Take out last character which is a single quote
string(REPLACE "'" "" symlinked_to "${symlinked_to}")
#strip for our own sanity
......
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