Skip to content
Snippets Groups Projects
Commit 19ea99a2 authored by Markus Blatt's avatar Markus Blatt
Browse files

put endif to the correct scope (between the two endforeach

directives.)
Fixes Atgeirr' problem on Mac OSX

[[Imported from SVN: r6685]]
parent 21df6cde
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,6 @@ foreach(SHARED_PTR_NAMESPACE_ "std" "tr1" "std::tr1" "boost")
CHECK_MAKE_SHARED()
return()
endif(SHARED_PTR_HEADER_FOUND)
endif(SHARED_PTR_NAMESPACE_FOUND)
endforeach(SHARED_PTR_HEADER_ "<memory>" "<tr1/memory>" "<boost/shared_ptr.hpp>")
endforeach(SHARED_PTR_NAMESPACE_ "std" "tr1" "std::tr1" "boost")
endforeach(SHARED_PTR_HEADER_)
endif(SHARED_PTR_NAMESPACE_FOUND)
endforeach(SHARED_PTR_NAMESPACE_)
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