mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-07 04:58:07 +08:00
Fix indicators.pc.in if explicit includedir is set
This fixes cases where both -DCMAKE_INSTALL_PREFIX and -DCMAKE_INSTALL_INCLUDEDIR is set.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
||||
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
||||
|
||||
Name: indicators
|
||||
Description: Activity Indicators for Modern C++
|
||||
|
||||
Reference in New Issue
Block a user