I am not sure I understand what you are saying.

When building from sources, using Autotools to locally install one would do 
```
./configure 
make install
```
This will not install the CMake helper scripts, but doing (in source for 
simplicity)
```
cmake .
make install
```
will install everything the previous method would plus the useful CMake stuff.

Since I am not sure how to find out how the deb package is created (not
seeing it in their github page), I assume that you are saying that the
deb package is generated with Autotools?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685982

Title:
  Install the cmake helper scripts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/proj/+bug/1685982/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to