mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Change binary output path to use CMake variable
Tools that use CMake's EXECUTABLE_OUTPUT_PATH variable to determine which binary to launch for debugging may be confused by a relative path, so use CMake variable PROJECT_BINARY_DIR instead.
This commit is contained in:
+1
-1
@@ -182,4 +182,4 @@ ENDIF(UNIX)
|
||||
|
||||
INCLUDE_DIRECTORIES(${VLD_INCLUDE_DIR})
|
||||
|
||||
SET(EXECUTABLE_OUTPUT_PATH ../Bin)
|
||||
SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/Bin)
|
||||
|
||||
Reference in New Issue
Block a user