View Single Post
  #5  
Old 08-18-2018, 01:36 PM
John C
Sarnak
 
Join Date: Jul 2018
Location: Atlanta, GA
Posts: 49
Default

I just configured, generated, and built without a problem. When I configured, I received the following messages - which are very similar to what you received. So I don't think those warning messages point to your issue. I have no idea if boost is involve with compression, but I did have to update mine to 1.67 when I was getting setup so that is one thing you might consider.


CMake Warning (dev) at CMakeLists.txt:287 (FIND_PACKAGE):
Policy CMP0074 is not set: find_package uses PackageName_ROOT variables.
Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

CMake variable ZLIB_ROOT is set to:

U:/EQ_Server_Source/dependencies/zlib_x86

For compatibility, CMake is ignoring the variable.
This warning is for project developers. Use -Wno-dev to suppress it.

Boost version: 1.67.0
CMake version: 3.12.0
Version: 4.0.0
Build type: RelWithDebInfo
Configuring done
Reply With Quote