The biggest problem is that I can't get the build process to fail on my computer, so I have no idea what issues exist in the CMakeLists.txt. I'm pretty sure that it should be CMAKE_CURRENT_LIST_DIRS instead of CMAKE_CURRENT_LIST_DIR, not sure why that doesn't break anything when I try building, also there definitely needs to be a find_package for the JSON library we're using, and I'm pretty sure on the latest version of CMake there's some sort of directive that needs to be set so that it can find boost correctly. If anyone experiences errors while trying to compile Pathfinder using CMake please paste the full output as a response here.
The biggest problem is that I can't get the build process to fail on my computer, so I have no idea what issues exist in the CMakeLists.txt. I'm pretty sure that it should be
CMAKE_CURRENT_LIST_DIRS
instead ofCMAKE_CURRENT_LIST_DIR
, not sure why that doesn't break anything when I try building, also there definitely needs to be afind_package
for the JSON library we're using, and I'm pretty sure on the latest version of CMake there's some sort of directive that needs to be set so that it can find boost correctly. If anyone experiences errors while trying to compile Pathfinder using CMake please paste the full output as a response here.