1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Revert "Fix to be able to build from dir different than source dir"

This commit broke RUN_IN_PLACE
This commit is contained in:
kwolekr 2013-04-07 01:30:06 -04:00
parent 8ec3fc35c6
commit fbf76184f0
2 changed files with 8 additions and 13 deletions

View file

@ -372,7 +372,7 @@ if(USE_CURL)
)
endif(USE_CURL)
set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}/bin")
set(EXECUTABLE_OUTPUT_PATH "${CMAKE_SOURCE_DIR}/bin")
if(BUILD_CLIENT)
add_executable(${PROJECT_NAME} ${minetest_SRCS})