From f3293ddf277ed577702d448d9604d3d7589af6ba Mon Sep 17 00:00:00 2001 From: Loudbook Date: Sat, 26 Oct 2024 16:39:01 -0400 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83f2145..338fcc2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,10 +22,10 @@ include(FetchContent) FetchContent_Declare( endstone GIT_REPOSITORY https://github.com/EndstoneMC/endstone.git - GIT_TAG v0.5.4.1 + GIT_TAG v0.5.5 ) FetchContent_MakeAvailable(endstone) endstone_add_plugin(${PROJECT_NAME} src/disable_me.cpp) set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "") -set_target_properties(${PROJECT_NAME} PROPERTIES OUTPUT_NAME ${OUTPUT_NAME}) \ No newline at end of file +set_target_properties(${PROJECT_NAME} PROPERTIES OUTPUT_NAME ${OUTPUT_NAME})