summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bunnei2018-09-27 10:00:29 -0400
committerGravatar GitHub2018-09-27 10:00:29 -0400
commita75740b29880471cb3e2267cc3904b4c9c7b3cb2 (patch)
tree2bb9800b0254f651472e8cc4923fcae368b86693
parentMerge pull request #1377 from FernandoS27/faster-swizzle (diff)
parentCMake: Remove superfluous CMAKE_RUNTIME_OUTPUT_DIRECTORY assignment (diff)
downloadyuzu-a75740b29880471cb3e2267cc3904b4c9c7b3cb2.tar.gz
yuzu-a75740b29880471cb3e2267cc3904b4c9c7b3cb2.tar.xz
yuzu-a75740b29880471cb3e2267cc3904b4c9c7b3cb2.zip
Merge pull request #1397 from spycrab/cmake_bin
CMake: Remove superfluous CMAKE_RUNTIME_OUTPUT_DIRECTORY assignment
Diffstat (limited to '')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 25c5cb112..cd990188e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -123,8 +123,6 @@ else()
123 # Avoid windows.h from including some usually unused libs like winsocks.h, since this might cause some redefinition errors. 123 # Avoid windows.h from including some usually unused libs like winsocks.h, since this might cause some redefinition errors.
124 add_definitions(/DWIN32_LEAN_AND_MEAN) 124 add_definitions(/DWIN32_LEAN_AND_MEAN)
125 125
126 # set up output paths for executable binaries (.exe-files, and .dll-files on DLL-capable platforms)
127 set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
128 set(CMAKE_CONFIGURATION_TYPES Debug Release CACHE STRING "" FORCE) 126 set(CMAKE_CONFIGURATION_TYPES Debug Release CACHE STRING "" FORCE)
129 127
130 # Tweak optimization settings 128 # Tweak optimization settings