Skip to content

Commit 8829fbe

Browse files
authored
Incredibly minor comment fix
It looks like the comment is wrong here, it's referring to raylib instead of raylib-cpp.
1 parent cd7cb11 commit 8829fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/CMake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (NOT raylib-cpp_FOUND)
3030
URL https://github.com/RobLoach/raylib-cpp/archive/master.tar.gz
3131
)
3232
FetchContent_GetProperties(raylib-cpp)
33-
if (NOT raylib-cpp_POPULATED) # Have we downloaded raylib yet?
33+
if (NOT raylib-cpp_POPULATED) # Have we downloaded raylib-cpp yet?
3434
set(FETCHCONTENT_QUIET NO)
3535
FetchContent_Populate(raylib-cpp)
3636
set(BUILD_RAYLIB_CPP_EXAMPLES OFF CACHE BOOL "" FORCE)

0 commit comments

Comments
 (0)