leftibot 21c815d676 Fix #631: Respect CMAKE_INSTALL_PREFIX and use GNUInstallDirs for install paths
The CMakeLists.txt used CMAKE_INSTALL_LIBDIR in install destinations without
including the GNUInstallDirs module, leaving the variable empty. This caused
libraries to install to absolute paths like /chaiscript instead of lib/chaiscript,
and the pkg-config file to install to /pkgconfig instead of lib/pkgconfig. The
chaiscript.pc.in template also hardcoded "lib" and "include" instead of using
the CMake variables. Added include(GNUInstallDirs) and updated the .pc.in
template to use @CMAKE_INSTALL_LIBDIR@ and @CMAKE_INSTALL_INCLUDEDIR@.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 11:41:50 -06:00
..
codeanalysis Don't force compiler when building cppcheck 2017-01-31 10:11:28 -08:00
geshi Spelling fixes, phase 1. 2014-05-29 20:16:47 -06:00
pkgconfig Fix #631: Respect CMAKE_INSTALL_PREFIX and use GNUInstallDirs for install paths 2026-04-11 11:41:50 -06:00
check_for_tabs.rb Add a custom check-for-tabs test to CI 2016-01-18 10:36:21 -07:00
check_for_todos.rb Address sign promotion warnings, add todo test 2016-03-04 07:58:21 -07:00
cupofchai3.svg Add logo 2009-07-10 12:55:49 +00:00
vim Remove outdated vim support 2017-11-30 10:19:56 -07:00