FindBoost: 3.19.0-rc2, "CUSTOMBUILD : error : Boost_ROOT is not the correct spelling"
I was trying to build the GameLift SDK with the latest release candidate of cmake, 3.19.0-rc2 and got what seems to be an old error that has re-emerged.
CMake Error at C:/Program Files/CMake/share/cmake-3.19/Modules/FindBoost.cmake:715 (message):
CUSTOMBUILD : error : Boost_ROOT is not the correct spelling. The proper spelling is [E:\GameLift\GameLift-Cpp-ServerS
DK-3.4.1\out\thirdparty\sioclient.vcxproj]
BOOST_ROOT.
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.19/Modules/FindBoost.cmake:1510 (_Boost_CHECK_SPELLING)
CMakeLists.txt:28 (find_package)
Sorry for not getting all technical, this stuff is not exactly my forte. I can build the project just fine with an older version of cmake (3.17.5), just thought I'd point this out.
Edited by Brad King