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

[Merge][CMake] Merged revisions : 6685

Revision  r6685
.----------------------
put endif to the correct scope (between the two endforeach
directives.)
Fixes Atgeirr' problem on Mac OSX

.----------------------


[[Imported from SVN: r7205]]
parents d356a7af 19ea99a2
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