[DiscordArchive] in world server im getting error `config is missing property at least the .dist file must contain` t
[DiscordArchive] in world server im getting error `config is missing property at least the .dist file must contain` t
Archived author: Rymercyble • Posted: 2022-06-09T01:33:03.201000+00:00
Original source
in world server im getting error `config is missing property at least the .dist file must contain` this property is my custom one and its uncommented in both configs any idea what it could be ?
Archived author: willa555 • Posted: 2022-06-09T02:17:16.303000+00:00
Original source
Assuming you have boost in your downloads, you need to tell CMake that it can add that location to its include and library search paths. https://stackoverflow.com/a/3813010/621736
[Embed: Cmake doesn't find Boost]
I'm trying to configure a project using CMake, but it fails to find Boost libraries even though they are in the specified folder. I have specified Boost_INCLUDE_DIR, Boost_LIBRARYDIR and BOOST_ROOT...
https://stackoverflow.com/a/3813010/621736
Archived author: samantha • Posted: 2022-06-09T05:10:02.446000+00:00
Original source
Add the path to boostdir manually to cmake and try again