Skip to content

Commit

Permalink
Turn compression off
Browse files Browse the repository at this point in the history
  • Loading branch information
ldslds449 committed Nov 10, 2023
1 parent cc19cd0 commit 0aa92e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/botcraft.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ExternalProject_Add(Botcraft
STEP_TARGETS install
EXCLUDE_FROM_ALL TRUE
CMAKE_GENERATOR ${CMAKE_GENERATOR}
CONFIGURE_COMMAND ${CMAKE_COMMAND} -S ${BOTCRAFT_ROOT} -B ${BOTCRAFT_BUILD_PATH} -G ${CMAKE_GENERATOR} -DBOTCRAFT_USE_OPENGL_GUI=ON -DBOTCRAFT_USE_IMGUI=ON -DCMAKE_CXX_FLAGS=${BOTCRAFT_CXX_FLAGS} -DBOTCRAFT_GAME_VERSION=${MC_VERSION} -DBOTCRAFT_OUTPUT_DIR=${BOTCRAFT_BUILD_PATH} -DCMAKE_BUILD_TYPE=Release ${BOTCRAFT_PLATFORM}
CONFIGURE_COMMAND ${CMAKE_COMMAND} -S ${BOTCRAFT_ROOT} -B ${BOTCRAFT_BUILD_PATH} -G ${CMAKE_GENERATOR} -DBOTCRAFT_USE_OPENGL_GUI=ON -DBOTCRAFT_USE_IMGUI=ON -DCMAKE_CXX_FLAGS=${BOTCRAFT_CXX_FLAGS} -DBOTCRAFT_GAME_VERSION=${MC_VERSION} -DBOTCRAFT_OUTPUT_DIR=${BOTCRAFT_BUILD_PATH} -DBOTCRAFT_COMPRESSION=OFF -DCMAKE_BUILD_TYPE=Release ${BOTCRAFT_PLATFORM}
BUILD_COMMAND ${CMAKE_COMMAND} --build ${BOTCRAFT_BUILD_PATH} --config Release
INSTALL_COMMAND ${CMAKE_COMMAND} --install ${BOTCRAFT_BUILD_PATH} --prefix ${BOTCRAFT_INSTALL_PATH} --config Release
)

0 comments on commit 0aa92e4

Please sign in to comment.