Skip to content

Commit

Permalink
cmake: fixes cmake typo creating the wrong dir
Browse files Browse the repository at this point in the history
closes: #392
  • Loading branch information
Dav1dde committed Dec 26, 2023
1 parent f241d94 commit eb747c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function(glad_add_library TARGET)
endif()
set(GLAD_DIR "${GG_LOCATION}")
if(NOT IS_DIRECTORY "${GLAD_DIR}")
file(MAKE_DIRECTORY "${GLAD_DIRECTORY}")
file(MAKE_DIRECTORY "${GLAD_DIR}")
endif()
set(GLAD_ARGS --out-path "${GLAD_DIR}")

Expand Down

0 comments on commit eb747c5

Please sign in to comment.