Skip to content

Commit a4cb790

Browse files
committed
Reverts change on EXECUTABLE_OUTPUT_PATH
1 parent e87dc5b commit a4cb790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ endif()
2525

2626
set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH};${CMAKE_SOURCE_DIR}/cmake")
2727

28-
set(EXECUTABLE_OUTPUT_PATH "${PROJECT_BINARY_DIR}/bin")
28+
set(EXECUTABLE_OUTPUT_PATH "${CMAKE_BINARY_DIR}/bin")
2929
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${EXECUTABLE_OUTPUT_PATH}")
3030

3131
# Use solution folders.

0 commit comments

Comments
 (0)