Skip to content

Commit

Permalink
GladConfig: remove extra white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ltsdw committed Oct 17, 2024
1 parent 311119f commit 399387c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/GladConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ function(glad_add_library TARGET)
message(STATUS "Glad Library \'${TARGET}\'")

find_package(Python COMPONENTS Interpreter REQUIRED)

cmake_parse_arguments(GG "MERGE;QUIET;REPRODUCIBLE;STATIC;SHARED;MODULE;INTERFACE;EXCLUDE_FROM_ALL" "LOCATION;LANGUAGE" "API;EXTENSIONS" ${ARGN})

if(NOT GG_LOCATION)
set(GG_LOCATION "${CMAKE_CURRENT_BINARY_DIR}/gladsources/${TARGET}")
endif()
Expand Down Expand Up @@ -284,7 +284,7 @@ function(glad_add_library TARGET)
PUBLIC
${CMAKE_DL_LIBS}
)

if(GG_SHARED)
target_compile_definitions("${TARGET}" PUBLIC GLAD_API_CALL_EXPORT)
set_target_properties("${TARGET}"
Expand Down

0 comments on commit 399387c

Please sign in to comment.