Closed GamePad64 closed 8 years ago
+1
I'm no cmake expert, so I'll trust you both since Travis seems ok!
It is preferable to use CMAKE_INSTALL_LIBDIR
instead of lib
so that when you install into system-wide directories on a UNIX machine, the libraries end up in the correct place (like lib64
). You can override CMAKE_INSTALL_LIBDIR
if you like (in the CMake GUI, on the command line -DCMAKE_INSTALL_LIBDIR=lib
, etc.).
project()
directive on line 2. CPack derives its package version from there now.