Skip to content

Commit c5d45ad

Browse files
authored
Merge pull request #113 from van800/libname
remove caching of the LIBNAME in CMake configuration
2 parents 7c3ab21 + 5f5a14f commit c5d45ad

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)