erikerlandson / st_tree

A fast and flexible c++ template class for tree data structures
https://github.com/erikerlandson/st_tree/wiki
Apache License 2.0
95 stars 20 forks source link

Wrong version number in st_treeConfigVersion.cmake #35

Open volkerbecker opened 2 years ago

volkerbecker commented 2 years ago

I have changed to version 1.2.2 and after running cmake --install the file st_treeConfigVersion.cmake still contains the version 1.0.6 which makes it difficult to include the newest version via find_package.

"set(PACKAGE_VERSION "1.0.6")"