You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,I'm compile the project on win10,and already define Environmental variable for BOOST_ROOT=“E:/boost_1_57_0”、BOOST_LIBRARYDIR=“E:/boost_1_57_0/lib64-msvc-9.0”、BOOST_INCLUDEDIR=“E:/boost_1_57_0”、Boost_ADDITIONAL_VERSIONS=“1.57 1.57.0”、Boost_USE_MULTITHREAD=“ON”,Boost_USE_STATIC_LIBS=“ON”,but got compile fail message below:
-- git clone https://github.com/BlueBrain/Deflect.git D:/clusterRender/Equalizer/Deflect [cc4c732]
Submodule 'CMake/common' (https://github.com/Eyescale/CMake) registered for path 'CMake/common'
CMake Deprecation Warning at CMake/common/Common.cmake:32 (cmake_policy):
The OLD behavior for policy CMP0054 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
Call Stack (most recent call first):
Deflect/CMakeLists.txt:26 (include)
CMake Warning (dev) at CMake/common/CommonFindPackage.cmake:68 (find_package):
Policy CMP0074 is not set: find_package uses _ROOT variables.
Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
Environment variable Boost_ROOT is set to:
E:\boost_1_57_0
For compatibility, CMake is ignoring the variable.
Call Stack (most recent call first):
Deflect/CMakeLists.txt:28 (common_find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- SKIP Deflect: Required LibJpegTurbo not found
-- Extracting GnuWin32 to D:/clusterRender/Equalizer/build/GnuWin32
CMake Error at CMake/common/CommonFindPackage.cmake:102 (message):
Not configured Equalizer: Required Boost not found
Call Stack (most recent call first):
CMakeLists.txt:63 (common_find_package)
-- Configuring incomplete, errors occurred!
See also "D:/clusterRender/Equalizer/build/CMakeFiles/CMakeOutput.log".
See also "D:/clusterRender/Equalizer/build/CMakeFiles/CMakeError.log".
I do not kown why? Can you help me
The text was updated successfully, but these errors were encountered:
Hi,I'm compile the project on win10,and already define Environmental variable for BOOST_ROOT=“E:/boost_1_57_0”、BOOST_LIBRARYDIR=“E:/boost_1_57_0/lib64-msvc-9.0”、BOOST_INCLUDEDIR=“E:/boost_1_57_0”、Boost_ADDITIONAL_VERSIONS=“1.57 1.57.0”、Boost_USE_MULTITHREAD=“ON”,Boost_USE_STATIC_LIBS=“ON”,but got compile fail message below:
-- git clone https://github.com/BlueBrain/Deflect.git D:/clusterRender/Equalizer/Deflect [cc4c732]
Submodule 'CMake/common' (https://github.com/Eyescale/CMake) registered for path 'CMake/common'
CMake Deprecation Warning at CMake/common/Common.cmake:32 (cmake_policy):
The OLD behavior for policy CMP0054 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
Call Stack (most recent call first):
Deflect/CMakeLists.txt:26 (include)
CMake Warning (dev) at CMake/common/CommonFindPackage.cmake:68 (find_package):
Policy CMP0074 is not set: find_package uses _ROOT variables.
Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
Environment variable Boost_ROOT is set to:
E:\boost_1_57_0
For compatibility, CMake is ignoring the variable.
Call Stack (most recent call first):
Deflect/CMakeLists.txt:28 (common_find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- SKIP Deflect: Required LibJpegTurbo not found
-- Extracting GnuWin32 to D:/clusterRender/Equalizer/build/GnuWin32
CMake Error at CMake/common/CommonFindPackage.cmake:102 (message):
Not configured Equalizer: Required Boost not found
Call Stack (most recent call first):
CMakeLists.txt:63 (common_find_package)
-- Configuring incomplete, errors occurred!
See also "D:/clusterRender/Equalizer/build/CMakeFiles/CMakeOutput.log".
See also "D:/clusterRender/Equalizer/build/CMakeFiles/CMakeError.log".
I do not kown why? Can you help me
The text was updated successfully, but these errors were encountered: