Use spaces instead of tabs in CMake module for consistency.
GitOrigin-RevId: 39fc482b99cb70235b10624bed6adb9a75752020
This commit is contained in:
parent
ba948f8661
commit
162b87e1a8
@ -11,7 +11,7 @@ function(get_relative_link REL PATH)
|
||||
endfunction()
|
||||
|
||||
function(generate_pkgconfig TARGET DESCRIPTION)
|
||||
message("generating pkg-config for ${TARGET}")
|
||||
# message("Generating pkg-config for ${TARGET}")
|
||||
get_filename_component(PREFIX ${CMAKE_INSTALL_PREFIX} ABSOLUTE)
|
||||
|
||||
get_target_property(LIST ${TARGET} LINK_LIBRARIES)
|
||||
|
Loading…
Reference in New Issue
Block a user