aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-06-01 00:46:03 +0200
committerStapleButter <thetotalworm@gmail.com>2017-06-01 00:46:03 +0200
commit0a94923e5f09e6b829168fb6282703d099cd4fbc (patch)
treef06c54c263f22c8ad80aa5e07465dff957c65769
parentfe55ef1af1642ec68039b12eb57cf97ee8440432 (diff)
parentaabea1f0803feeb496abebe3c38b8fa18282a760 (diff)
Merge branch 'master' of https://github.com/StapleButter/melonDS
-rw-r--r--CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 27ba155..52f6a57 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 2.8.11)
SET(PROJECT_WX melonDS)
PROJECT(${PROJECT_WX})
-SET(INSTALL_PATH /usr/local/bin/)
SET(SOURCES
src/wx/main.cpp
@@ -44,4 +43,4 @@ link_libraries(${SDL2_LIBRARIES})
add_executable(${PROJECT_WX} ${SOURCES})
target_link_libraries(${PROJECT_WX})
-install(TARGETS ${PROJECT_WX} DESTINATION ${INSTALL_PATH}) \ No newline at end of file
+install(TARGETS ${PROJECT_WX} RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)