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:
parent
8ec3fc35c6
commit
fbf76184f0
2 changed files with 8 additions and 13 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue