Skip to content

Commit 5f5a14f

Browse files
committed
remove caching of the LIBNAME in CMake configuration to let the generated run configuration in Rider/CLion to updated as soon as the library name is changed, fixes https://youtrack.jetbrains.com/issue/RIDER-136871
1 parent 7c3ab21 commit 5f5a14f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.17)
55
if(CMAKE_C_COMPILER)
66
endif()
77

8-
set(LIBNAME "EXTENSION-NAME" CACHE STRING "The name of the library")
8+
set(LIBNAME "EXTENSION-NAME") # "The name of the library"
99
set(GODOT_PROJECT_DIR "project" CACHE STRING "The directory of a Godot project folder")
1010

1111
# Make sure all the dependencies are satisfied

0 commit comments

Comments
 (0)