Skip to content

Commit 598a39b

Browse files
authored
Merge pull request #150 from bobthebadguy/patch-1
Incredibly minor comment fix
2 parents cd7cb11 + 8829fbe commit 598a39b

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)