Hello, I'm trying to install version 8.4 of deal.II because I want to try 
out the WaveBEM program that specify that specific version as a dependecy. 
I'm incurring in a problem when building it. Cmake gives me this error:
CMake Warning (dev) at 
/usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:240 (if):
  Policy CMP0057 is not set: Support new IN_LIST if() operator.  Run "cmake
  --help-policy CMP0057" for policy details.  Use the cmake_policy command 
to
  set the policy and suppress this warning.

  IN_LIST will be interpreted as an operator when the policy is set to NEW.
  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  cmake/macros/macro_find_package.cmake:27 (_FIND_PACKAGE)
  /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package)
  cmake/macros/macro_find_package.cmake:27 (_FIND_PACKAGE)
  cmake/modules/FindBOOST.cmake:46 (FIND_PACKAGE)
  cmake/macros/macro_find_package.cmake:27 (_FIND_PACKAGE)
  cmake/configure/configure_boost.cmake:51 (FIND_PACKAGE)
  build/CMakeFiles/CMakeTmp/macro_configure_feature.tmp:1 
(FEATURE_BOOST_FIND_EXTERNAL)
  cmake/macros/macro_configure_feature.cmake:76 (INCLUDE)
  cmake/macros/macro_configure_feature.cmake:240 (RUN_COMMAND)
  cmake/configure/configure_boost.cmake:72 (CONFIGURE_FEATURE)
  cmake/macros/macro_verbose_include.cmake:19 (INCLUDE)
  CMakeLists.txt:119 (VERBOSE_INCLUDE)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at 
/usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:240 (if):
  if given arguments:

    "ALL" "IN_LIST" "Boost_FIND_COMPONENTS"

  Unknown arguments specified
Call Stack (most recent call first):
  cmake/macros/macro_find_package.cmake:27 (_FIND_PACKAGE)
  /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package)
  cmake/macros/macro_find_package.cmake:27 (_FIND_PACKAGE)
  cmake/modules/FindBOOST.cmake:46 (FIND_PACKAGE)
  cmake/macros/macro_find_package.cmake:27 (_FIND_PACKAGE)
  cmake/configure/configure_boost.cmake:51 (FIND_PACKAGE)
  build/CMakeFiles/CMakeTmp/macro_configure_feature.tmp:1 
(FEATURE_BOOST_FIND_EXTERNAL)
  cmake/macros/macro_configure_feature.cmake:76 (INCLUDE)
  cmake/macros/macro_configure_feature.cmake:240 (RUN_COMMAND)
  cmake/configure/configure_boost.cmake:72 (CONFIGURE_FEATURE)
  cmake/macros/macro_verbose_include.cmake:19 (INCLUDE)
  CMakeLists.txt:119 (VERBOSE_INCLUDE)


-- Configuring incomplete, errors occurred!

What should I use? In theory in the Cmakelist of version 8.4 there is 
specified the correct version of the Cmake policies, so I really don't know 
where to put my hands on.
Thanks in advance

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/e800e4f9-6bbd-4f63-a826-9e18eceb1105n%40googlegroups.com.

Reply via email to