aboutsummaryrefslogtreecommitdiff
path: root/libraries/hinnant-date/libdate.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/hinnant-date/libdate.pc.in')
-rw-r--r--libraries/hinnant-date/libdate.pc.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/libraries/hinnant-date/libdate.pc.in b/libraries/hinnant-date/libdate.pc.in
deleted file mode 100644
index fbf26d8efbbd..000000000000
--- a/libraries/hinnant-date/libdate.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
-prefix=@CMAKE_INSTALL_PREFIX@
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib@LIB_SUFFIX@
-includedir=${prefix}/include
-
-Name: @CMAKE_PROJECT_NAME@
-Description: A date and time library based on the C++11
-Version: @VERSION@
-Libs: -L${libdir} -ldate
-Cflags: -I${includedir}