Closed dkhusted closed 1 month ago
Try setting CCTag_DIR with the path to your CCTag installation's cmake config files, before invoking the find command.
set(CCTag_DIR /usr/local/lib/cmake/CCTag)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I am trying to make a python wrapper using code from #136, but i manage to build the project. I am very new to cmake so could use some pointers as to what i am doing wrong: I only have one CMakeLists that builds the wrapper.
CMakeLists.txt
I have installed CCTag by following the INSTALL.md, and the installation went fine.