SNMP++: Missing file in cmake install directive

The CMakeLists.txt file has an install step that attempts to install the cmake/snmp++Config.cmake file.
This file does not exist in the tarball, nor is it generated, so the install step fails.

cmake --fresh . -DCMAKE_INSTALL_PREFIX=/tmp/agent
make -j
make -j install

SNMP++ version: 3.6.3

The content of the file should be:

nclude(CMakeFindDependencyMacro)
find_package(Threads)
find_package(OpenSSL)
find_package(TOMCRYPT)
find_package(DES)

include("${CMAKE_CURRENT_LIST_DIR}/snmp++Targets.cmake")

The missing file will be added to the next release (3.6.4).

Thank-you for the response.

I wasn’t sure if this forum was the correct place for reporting issues, and the issue tracker is not available to unpaid support.

Should I be posting issues here? If yes, should I raise a different post or continue in this thread?
(There is another…)

You can post issues here, of course. But if it is another topic, then please create a new one.

1 Like