Skip to content
Snippets Groups Projects
Unverified Commit a75740b2 authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #1397 from spycrab/cmake_bin

CMake: Remove superfluous CMAKE_RUNTIME_OUTPUT_DIRECTORY assignment
parents 62048edc 1008be9b
No related branches found
No related tags found
No related merge requests found
......@@ -123,8 +123,6 @@ else()
# Avoid windows.h from including some usually unused libs like winsocks.h, since this might cause some redefinition errors.
add_definitions(/DWIN32_LEAN_AND_MEAN)
# set up output paths for executable binaries (.exe-files, and .dll-files on DLL-capable platforms)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_CONFIGURATION_TYPES Debug Release CACHE STRING "" FORCE)
# Tweak optimization settings
......
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