sccn / liblsl

C++ lsl library for multi-modal time-synched data transmission over the local network
Other
108 stars 63 forks source link

CMake: Change CMake config install dir #108

Closed tstenner closed 3 years ago

tstenner commented 3 years ago

Inspired by https://github.com/xdf-modules/libxdf/pull/32.

Basically, the proposed installation of the CMake config in lib/cmake/LSL is better in almost any way:

  1. it allows side-by-side installations of 32 and 64 bit libraries
  2. it's a path search for by default in find_package() so no PATH_SUFFIXES is needed
  3. it makes distribution maintainers like us :-)