Remove my DESTDIR hack from the cmake build. It turns out this is built into cmake...
commita39d2df76cbead5d7f9930ce6442b3fc2e2f885b
authorglennricster@gmail.com <glennricster@gmail.com@8ced0084-cf51-0410-be5f-012b33b47a6e>
Thu, 11 Nov 2010 15:50:52 +0000 (11 15:50 +0000)
committerglennricster@gmail.com <glennricster@gmail.com@8ced0084-cf51-0410-be5f-012b33b47a6e>
Thu, 11 Nov 2010 15:50:52 +0000 (11 15:50 +0000)
treed867c6ade33c1ce92ee3c485f40e4319e93a9bfd
parentd79dfce0079c342edb44046979659512096ed714
Remove my DESTDIR hack from the cmake build.  It turns out this is built into cmake and works in the same way it does with the gnu autotools.  Use it in the standard way with "make DESTDIR=/desired/location install".

git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@6382 8ced0084-cf51-0410-be5f-012b33b47a6e
CMakeLists.txt
Source/Core/DolphinWX/CMakeLists.txt
Source/Plugins/Plugin_DSP_HLE/CMakeLists.txt
Source/Plugins/Plugin_DSP_LLE/CMakeLists.txt
Source/Plugins/Plugin_VideoOGL/CMakeLists.txt