-
Type:
Task
-
Status: Open (View Workflow)
-
Priority:
Normal
-
Resolution: Unresolved
-
Labels:None
Created on 2025-04-03 11:16:52 by Didier Vibert. % Done: 0
I have the following warning with CMake (pip install):
<pre>
CMake Warning (dev) at CMakeLists.txt:89 (find_package):Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
</pre>
it seems to be this line L89 in CmakeLists.txt
<pre>
find_package(Boost ${BOOST_MINIMUM_REQUIRED} COMPONENTS filesystem system thread timer chrono program_options unit_test_framework REQUIRED)
</pre>