>>> Building on exopi-3 under geo/sfcgal BDEPENDS = [devel/cmake/core;devel/gmp,-cxx;devel/ninja;devel/gmp,-main;devel/boost;devel/mpfr;math/cgal] DIST = [geo/sfcgal:SFCGAL-v2.2.0.tar.gz] FULLPKGNAME = sfcgal-2.2.0p1 RDEPENDS = [devel/gmp,-cxx;devel/mpfr;devel/boost;devel/gmp,-main] (Junk lock failure for exopi-3 at 1778689312.31242) Received IO (Junk lock obtained for exopi-3 at 1778689328.41) Received IO Woken up geo/sfcgal Woken up geo/sfcgal Woken up geo/sfcgal >>> Running depends in geo/sfcgal at 1778689330.25 last junk was in textproc/patchutils /usr/sbin/pkg_add -aI -Drepair catch2-3.13.0 cgal-6.1.1v0 gmp-6.3.0p0 gmpxx-6.3.0p0 immer-0.8.1p4 zug-0.1.1p4 was: /usr/sbin/pkg_add -aI -Drepair boost-1.89.0p2v0 cgal-6.1.1v0 cmake-core-4.2.3 gmp-6.3.0p0 gmpxx-6.3.0p0 mpfr-4.2.2 ninja-1.11.1p1v1 /usr/sbin/pkg_add -aI -Drepair catch2-3.13.0 cgal-6.1.1v0 gmp-6.3.0p0 gmpxx-6.3.0p0 immer-0.8.1p4 zug-0.1.1p4 >>> Running show-prepare-results in geo/sfcgal at 1778689339.02 ===> geo/sfcgal ===> Building from scratch sfcgal-2.2.0p1 ===> sfcgal-2.2.0p1 depends on: cgal-* -> cgal-6.1.1v0 ===> sfcgal-2.2.0p1 depends on: cmake-core->=4 -> cmake-core-4.2.3 ===> sfcgal-2.2.0p1 depends on: ninja-* -> ninja-1.11.1p1v1 ===> sfcgal-2.2.0p1 depends on: boost->=1.84.0p8 -> boost-1.89.0p2v0 ===> sfcgal-2.2.0p1 depends on: gmpxx-* -> gmpxx-6.3.0p0 ===> sfcgal-2.2.0p1 depends on: gmp-* -> gmp-6.3.0p0 ===> sfcgal-2.2.0p1 depends on: mpfr-* -> mpfr-4.2.2 ===> Verifying specs: c++ c++abi pthread boost_atomic-mt boost_chrono-mt boost_container-mt boost_date_time-mt boost_filesystem-mt boost_program_options-mt boost_serialization-mt boost_thread-mt boost_timer-mt boost_unit_test_framework-mt gmp gmpxx m mpfr ===> found c++.12.0 c++abi.9.0 pthread.28.1 boost_atomic-mt.26.0 boost_chrono-mt.26.0 boost_container-mt.26.0 boost_date_time-mt.26.0 boost_filesystem-mt.26.0 boost_program_options-mt.26.0 boost_serialization-mt.26.0 boost_thread-mt.26.0 boost_timer-mt.26.0 boost_unit_test_framework-mt.26.0 gmp.11.1 gmpxx.3.0 m.10.1 mpfr.2.2 boost-1.89.0p2v0 cgal-6.1.1v0 cmake-core-4.2.3 gmp-6.3.0p0 gmpxx-6.3.0p0 mpfr-4.2.2 ninja-1.11.1p1v1 (Junk lock released for exopi-3 at 1778689340.70) Woken up devel/lager distfiles size=2974247 >>> Running patch in geo/sfcgal at 1778689340.73 ===> geo/sfcgal ===> Checking files for sfcgal-2.2.0p1 `/exopi-cvs/ports/distfiles/SFCGAL-v2.2.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for sfcgal-2.2.0p1 ===> Patching for sfcgal-2.2.0p1 ===> Applying OpenBSD patch patch-CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 9b044794ab95758c56a51f51a98adcb3ef874060 Mon Sep 17 00:00:00 2001 |From: Jean Felder |Date: Mon, 11 Aug 2025 17:19:03 +0200 |Subject: [PATCH] chore(build): Fix compilation with boost 1.89 | |In the upcoming Boost 1.89.0 release, Boost.System stub has been |removed which causes CMake error: | |``` |CMake Error at /opt/homebrew/lib/cmake/Boost-1.89.0/BoostConfig.cmake:141 (find_package): | Could not find a package configuration file provided by "boost_system" | (requested version 1.89.0) with any of the following names: | | boost_systemConfig.cmake | boost_system-config.cmake |``` | |This issue is fixed by dropping `system` from the `COMPONENTS` as it's |not needed since 1.69. With this change, boost minimum version to |build SFCGAL is now 1.69.0. This should not be an issue as this |version was released in 2018. | |Index: CMakeLists.txt |--- CMakeLists.txt.orig |+++ CMakeLists.txt -------------------------- Patching file CMakeLists.txt using Plan A... Hunk #1 succeeded at 133. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in geo/sfcgal at 1778689341.40 ===> geo/sfcgal ===> Generating configure for sfcgal-2.2.0p1 ===> Configuring for sfcgal-2.2.0p1 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. -- The C compiler identification is Clang 19.1.7 -- The CXX compiler identification is Clang 19.1.7 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /exopi-obj/pobj/sfcgal-2.2.0/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Targeting Ninja -- Using /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ compiler. -- Found GMP: /usr/local/lib/libgmp.so.11.1 -- Found MPFR: /usr/local/lib/libmpfr.so.2.2 -- Found GMPXX: /usr/local/lib/libgmpxx.so.3.0 -- Boost include dirs: /usr/local/include -- Boost libraries: -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Check if compiler accepts -pthread -- Check if compiler accepts -pthread - yes -- Found Threads: TRUE -- CGAL 6.1.1 found -- Boost_USE_STATIC_LIBS=OFF -- Boost_USE_MULTITHREAD=ON -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(TARGET): DEPENDS. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at src/CMakeLists.txt:24 (add_custom_command): Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given. Assuming POST_BUILD to preserve backward compatibility. Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- removing OSG dependencies from the library -- Configuring done (3.5s) -- Generating done (0.2s) CMake Warning: Manually-specified variables were not used by the project: CMAKE_ASM_COMPILER_AR CMAKE_ASM_COMPILER_RANLIB CMAKE_Fortran_COMPILER_AR CMAKE_Fortran_COMPILER_RANLIB CMAKE_OBJCXX_COMPILER_AR CMAKE_OBJCXX_COMPILER_RANLIB CMAKE_OBJC_COMPILER_AR CMAKE_OBJC_COMPILER_RANLIB -- Build files have been written to: /exopi-obj/pobj/sfcgal-2.2.0/build-amd64 >>> Running build in geo/sfcgal at 1778689345.57 ===> geo/sfcgal ===> Building for sfcgal-2.2.0p1 Change Dir: '/exopi-obj/pobj/sfcgal-2.2.0/build-amd64' Run Build Command(s): /usr/local/bin/ninja -v -j 1 [1/212] cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Coordinate.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/Coordinate.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Envelope.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/Envelope.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Exception.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/Exception.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Geometry.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/Geometry.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/GeometryCollection.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/GeometryCollection.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/GeometryVisitor.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/GeometryVisitor.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Kernel.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/Kernel.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/LineString.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/LineString.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/MultiLineString.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/MultiLineString.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/MultiPoint.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/MultiPoint.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/MultiPolygon.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/MultiPolygon.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/MultiSolid.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/MultiSolid.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Point.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/Point.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Polygon.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/Polygon.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/PolyhedralSurface.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/PolyhedralSurface.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/PreparedGeometry.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/PreparedGeometry.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Segment.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/Segment.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Simplicity.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/Simplicity.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Solid.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/Solid.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Surface.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/Surface.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Transform.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/Transform.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Triangle.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/Triangle.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/TriangulatedSurface.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/TriangulatedSurface.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Validity.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/Validity.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/BoundaryVisitor.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/BoundaryVisitor.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/ConsistentOrientationBuilder.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/ConsistentOrientationBuilder.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/alphaShapes.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/alphaShapes.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/alphaWrapping3D.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/alphaWrapping3D.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/area.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/area.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/buffer3D.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/buffer3D.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/centroid.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/centroid.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/collect.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/collect.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/collectionExtract.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/collectionExtract.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/collectionHomogenize.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/collectionHomogenize.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/collectionToMulti.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/collectionToMulti.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/connection.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/connection.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/convexHull.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/convexHull.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/covers.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/covers.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/difference.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/difference.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/differencePrimitives.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/differencePrimitives.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/distance.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/distance.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/distance3d.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/distance3d.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/extrude.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/extrude.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/force2D.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/force2D.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/force3D.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/force3D.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/forceMeasured.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/forceMeasured.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/intersection.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/intersection.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/intersects.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/intersects.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/isSimple.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/isSimple.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/isValid.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/isValid.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/length.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/length.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/lineSubstring.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/lineSubstring.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/minkowskiSum.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/minkowskiSum.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/minkowskiSum3D.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/minkowskiSum3D.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/normal.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/normal.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/offset.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/offset.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/orientation.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/orientation.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/partition_2.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/partition_2.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/plane.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/plane.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/rotate.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/rotate.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/scale.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/scale.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/simplification.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/simplification.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/straightSkeleton.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/straightSkeleton.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/tesselate.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/tesselate.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/translate.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/translate.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/union.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/union.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/visibility.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/visibility.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/volume.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/algorithm/volume.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/capi/sfcgal_c.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/capi/sfcgal_c.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/ComplexComparator.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/ComplexComparator.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/ConstraintInfo.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/ConstraintInfo.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/EnvelopeVisitor.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/EnvelopeVisitor.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/ForceValidityVisitor.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/ForceValidityVisitor.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/GeometrySet.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/GeometrySet.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/GetPointsVisitor.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/GetPointsVisitor.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/Interval.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/Interval.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/SegmentStore.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/SegmentStore.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/TestGeometry.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/TestGeometry.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/TypeForDimension.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/TypeForDimension.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/algorithm/coversPoints.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/algorithm/coversPoints.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/algorithm/simplification.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/algorithm/simplification.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/generator/building.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/generator/building.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/generator/disc.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/generator/disc.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/generator/hoch.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/generator/hoch.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/generator/sierpinski.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/generator/sierpinski.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/graph/Edge.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/graph/Edge.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/graph/GeometryGraph.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/graph/GeometryGraph.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/graph/GeometryGraphBuilder.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/graph/GeometryGraphBuilder.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/graph/Vertex.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/graph/Vertex.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/graph/algorithm/isHalfEdge.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/graph/algorithm/isHalfEdge.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/graph/algorithm/orientation.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/graph/algorithm/orientation.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/io/OsgFactory.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/io/OsgFactory.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/io/Serialization.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/io/Serialization.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/io/WkbReader.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/io/WkbReader.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/io/WkbWriter.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/io/WkbWriter.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/io/WktReader.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/io/WktReader.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/io/WktWriter.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/io/WktWriter.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/polygonSetToMultiPolygon.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/polygonSetToMultiPolygon.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/tools/CharArrayBuffer.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/tools/CharArrayBuffer.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/tools/InputStreamReader.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/tools/InputStreamReader.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/tools/Log.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/tools/Log.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/tools/Registry.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/tools/Registry.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/transform/AffineTransform2.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/transform/AffineTransform2.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/transform/AffineTransform3.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/transform/AffineTransform3.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/transform/Force2D.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/transform/Force2D.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/transform/ForceM.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/transform/ForceM.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/transform/ForceOrderPoints.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/transform/ForceOrderPoints.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/transform/ForceZ.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/transform/ForceZ.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/transform/ForceZOrderPoints.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/transform/ForceZOrderPoints.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/transform/RoundTransform.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/transform/RoundTransform.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/triangulate/ConstraintDelaunayTriangulation.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/triangulate/ConstraintDelaunayTriangulation.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/triangulate/markDomains.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/triangulate/markDomains.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/triangulate/triangulateInGeometrySet.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/triangulate/triangulateInGeometrySet.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/ublas.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/detail/ublas.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/export.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/export.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/io/GeometryStreams.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/io/GeometryStreams.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/io/OBJ.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/io/OBJ.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/io/STL.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/io/STL.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/io/ewkt.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/io/ewkt.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/io/osg.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/io/osg.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/io/vtk.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/io/vtk.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/io/wkb.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/io/wkb.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/io/wkt.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/io/wkt.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/namespace.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/namespace.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/numeric.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/numeric.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/primitive3d/Cylinder.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/primitive3d/Cylinder.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/primitive3d/Sphere.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/primitive3d/Sphere.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/triangulate/triangulate2DZ.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/triangulate/triangulate2DZ.h && cd /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src && /usr/local/bin/cmake -E copy_if_different /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/triangulate/triangulatePolygon.h /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include/SFCGAL/triangulate/triangulatePolygon.h [2/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/Coordinate.cpp.o -MF src/CMakeFiles/SFCGAL.dir/Coordinate.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/Coordinate.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Coordinate.cpp [3/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/Envelope.cpp.o -MF src/CMakeFiles/SFCGAL.dir/Envelope.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/Envelope.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Envelope.cpp [4/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/Exception.cpp.o -MF src/CMakeFiles/SFCGAL.dir/Exception.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/Exception.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Exception.cpp [5/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/Geometry.cpp.o -MF src/CMakeFiles/SFCGAL.dir/Geometry.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/Geometry.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Geometry.cpp [6/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/GeometryCollection.cpp.o -MF src/CMakeFiles/SFCGAL.dir/GeometryCollection.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/GeometryCollection.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/GeometryCollection.cpp [7/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/GeometryVisitor.cpp.o -MF src/CMakeFiles/SFCGAL.dir/GeometryVisitor.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/GeometryVisitor.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/GeometryVisitor.cpp [8/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/LineString.cpp.o -MF src/CMakeFiles/SFCGAL.dir/LineString.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/LineString.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/LineString.cpp [9/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/MultiLineString.cpp.o -MF src/CMakeFiles/SFCGAL.dir/MultiLineString.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/MultiLineString.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/MultiLineString.cpp [10/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/MultiPoint.cpp.o -MF src/CMakeFiles/SFCGAL.dir/MultiPoint.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/MultiPoint.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/MultiPoint.cpp [11/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/MultiPolygon.cpp.o -MF src/CMakeFiles/SFCGAL.dir/MultiPolygon.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/MultiPolygon.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/MultiPolygon.cpp [12/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/MultiSolid.cpp.o -MF src/CMakeFiles/SFCGAL.dir/MultiSolid.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/MultiSolid.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/MultiSolid.cpp [13/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/Point.cpp.o -MF src/CMakeFiles/SFCGAL.dir/Point.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/Point.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Point.cpp [14/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/Polygon.cpp.o -MF src/CMakeFiles/SFCGAL.dir/Polygon.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/Polygon.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Polygon.cpp [15/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/PolyhedralSurface.cpp.o -MF src/CMakeFiles/SFCGAL.dir/PolyhedralSurface.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/PolyhedralSurface.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/PolyhedralSurface.cpp [16/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/PreparedGeometry.cpp.o -MF src/CMakeFiles/SFCGAL.dir/PreparedGeometry.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/PreparedGeometry.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/PreparedGeometry.cpp [17/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/Segment.cpp.o -MF src/CMakeFiles/SFCGAL.dir/Segment.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/Segment.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Segment.cpp [18/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/Solid.cpp.o -MF src/CMakeFiles/SFCGAL.dir/Solid.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/Solid.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Solid.cpp [19/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/Surface.cpp.o -MF src/CMakeFiles/SFCGAL.dir/Surface.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/Surface.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Surface.cpp [20/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/Transform.cpp.o -MF src/CMakeFiles/SFCGAL.dir/Transform.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/Transform.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Transform.cpp [21/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/Triangle.cpp.o -MF src/CMakeFiles/SFCGAL.dir/Triangle.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/Triangle.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/Triangle.cpp [22/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/TriangulatedSurface.cpp.o -MF src/CMakeFiles/SFCGAL.dir/TriangulatedSurface.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/TriangulatedSurface.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/TriangulatedSurface.cpp [23/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/BoundaryVisitor.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/BoundaryVisitor.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/BoundaryVisitor.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/BoundaryVisitor.cpp [24/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/ConsistentOrientationBuilder.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/ConsistentOrientationBuilder.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/ConsistentOrientationBuilder.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/ConsistentOrientationBuilder.cpp [25/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/Intersection2D.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/Intersection2D.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/Intersection2D.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/Intersection2D.cpp [26/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/Intersection3D.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/Intersection3D.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/Intersection3D.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/Intersection3D.cpp [27/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/alphaShapes.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/alphaShapes.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/alphaShapes.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/alphaShapes.cpp [28/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/alphaWrapping3D.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/alphaWrapping3D.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/alphaWrapping3D.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/alphaWrapping3D.cpp [29/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/area.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/area.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/area.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/area.cpp [30/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/buffer3D.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/buffer3D.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/buffer3D.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/buffer3D.cpp [31/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/centroid.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/centroid.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/centroid.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/centroid.cpp [32/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/collect.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/collect.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/collect.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/collect.cpp [33/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/collectionExtract.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/collectionExtract.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/collectionExtract.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/collectionExtract.cpp [34/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/collectionHomogenize.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/collectionHomogenize.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/collectionHomogenize.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/collectionHomogenize.cpp [35/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/collectionToMulti.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/collectionToMulti.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/collectionToMulti.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/collectionToMulti.cpp [36/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/connection.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/connection.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/connection.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/connection.cpp [37/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/convexHull.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/convexHull.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/convexHull.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/convexHull.cpp [38/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/covers.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/covers.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/covers.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/covers.cpp [39/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/difference.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/difference.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/difference.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/difference.cpp [40/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/differencePrimitives.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/differencePrimitives.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/differencePrimitives.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/differencePrimitives.cpp [41/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/distance.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/distance.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/distance.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/distance.cpp [42/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/distance3d.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/distance3d.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/distance3d.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/distance3d.cpp [43/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/extrude.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/extrude.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/extrude.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/extrude.cpp [44/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/force2D.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/force2D.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/force2D.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/force2D.cpp [45/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/force3D.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/force3D.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/force3D.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/force3D.cpp [46/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/forceMeasured.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/forceMeasured.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/forceMeasured.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/forceMeasured.cpp [47/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/intersection.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/intersection.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/intersection.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/intersection.cpp [48/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/intersects.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/intersects.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/intersects.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/intersects.cpp [49/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/isSimple.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/isSimple.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/isSimple.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/isSimple.cpp [50/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/isValid.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/isValid.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/isValid.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/isValid.cpp [51/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/length.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/length.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/length.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/length.cpp [52/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/lineSubstring.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/lineSubstring.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/lineSubstring.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/lineSubstring.cpp [53/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/minkowskiSum.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/minkowskiSum.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/minkowskiSum.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/minkowskiSum.cpp [54/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/minkowskiSum3D.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/minkowskiSum3D.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/minkowskiSum3D.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/minkowskiSum3D.cpp [55/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/offset.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/offset.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/offset.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/offset.cpp [56/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/orientation.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/orientation.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/orientation.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/orientation.cpp [57/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/partition_2.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/partition_2.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/partition_2.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/partition_2.cpp [58/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/rotate.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/rotate.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/rotate.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/rotate.cpp [59/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/scale.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/scale.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/scale.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/scale.cpp [60/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/simplification.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/simplification.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/simplification.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/simplification.cpp [61/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/straightSkeleton.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/straightSkeleton.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/straightSkeleton.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/straightSkeleton.cpp [62/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/tesselate.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/tesselate.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/tesselate.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/tesselate.cpp [63/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/translate.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/translate.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/translate.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/translate.cpp [64/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/union.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/union.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/union.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/union.cpp [65/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/visibility.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/visibility.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/visibility.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/visibility.cpp [66/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/algorithm/volume.cpp.o -MF src/CMakeFiles/SFCGAL.dir/algorithm/volume.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/algorithm/volume.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/algorithm/volume.cpp [67/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/capi/sfcgal_c.cpp.o -MF src/CMakeFiles/SFCGAL.dir/capi/sfcgal_c.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/capi/sfcgal_c.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/capi/sfcgal_c.cpp [68/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/EnvelopeVisitor.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/EnvelopeVisitor.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/EnvelopeVisitor.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/EnvelopeVisitor.cpp [69/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/ForceValidityVisitor.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/ForceValidityVisitor.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/ForceValidityVisitor.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/ForceValidityVisitor.cpp [70/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/GeometrySet.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/GeometrySet.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/GeometrySet.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/GeometrySet.cpp [71/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/GetPointsVisitor.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/GetPointsVisitor.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/GetPointsVisitor.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/GetPointsVisitor.cpp [72/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/Interval.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/Interval.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/Interval.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/Interval.cpp [73/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/algorithm/coversPoints.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/algorithm/coversPoints.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/algorithm/coversPoints.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/algorithm/coversPoints.cpp [74/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/algorithm/simplification.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/algorithm/simplification.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/algorithm/simplification.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/algorithm/simplification.cpp [75/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/generator/building.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/generator/building.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/generator/building.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/generator/building.cpp [76/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/generator/disc.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/generator/disc.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/generator/disc.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/generator/disc.cpp [77/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/generator/hoch.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/generator/hoch.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/generator/hoch.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/generator/hoch.cpp [78/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/generator/sierpinski.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/generator/sierpinski.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/generator/sierpinski.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/generator/sierpinski.cpp [79/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/graph/Edge.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/graph/Edge.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/graph/Edge.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/graph/Edge.cpp [80/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/graph/Vertex.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/graph/Vertex.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/graph/Vertex.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/graph/Vertex.cpp [81/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/io/Serialization.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/io/Serialization.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/io/Serialization.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/io/Serialization.cpp [82/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/io/WkbReader.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/io/WkbReader.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/io/WkbReader.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/io/WkbReader.cpp [83/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/io/WkbWriter.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/io/WkbWriter.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/io/WkbWriter.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/io/WkbWriter.cpp [84/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/io/WktReader.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/io/WktReader.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/io/WktReader.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/io/WktReader.cpp [85/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/io/WktWriter.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/io/WktWriter.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/io/WktWriter.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/io/WktWriter.cpp [86/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/polygonSetToMultiPolygon.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/polygonSetToMultiPolygon.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/polygonSetToMultiPolygon.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/polygonSetToMultiPolygon.cpp [87/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/tools/CharArrayBuffer.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/tools/CharArrayBuffer.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/tools/CharArrayBuffer.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/tools/CharArrayBuffer.cpp [88/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/tools/Log.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/tools/Log.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/tools/Log.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/tools/Log.cpp [89/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/tools/Registry.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/tools/Registry.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/tools/Registry.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/tools/Registry.cpp [90/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/transform/AffineTransform2.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/transform/AffineTransform2.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/transform/AffineTransform2.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/transform/AffineTransform2.cpp [91/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/transform/AffineTransform3.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/transform/AffineTransform3.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/transform/AffineTransform3.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/transform/AffineTransform3.cpp [92/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/transform/Force2D.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/transform/Force2D.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/transform/Force2D.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/transform/Force2D.cpp [93/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/transform/ForceOrderPoints.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/transform/ForceOrderPoints.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/transform/ForceOrderPoints.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/transform/ForceOrderPoints.cpp [94/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/transform/ForceZ.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/transform/ForceZ.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/transform/ForceZ.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/transform/ForceZ.cpp [95/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/transform/ForceZOrderPoints.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/transform/ForceZOrderPoints.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/transform/ForceZOrderPoints.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/transform/ForceZOrderPoints.cpp [96/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/transform/RoundTransform.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/transform/RoundTransform.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/transform/RoundTransform.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/transform/RoundTransform.cpp [97/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/transform/forceM.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/transform/forceM.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/transform/forceM.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/transform/forceM.cpp [98/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/triangulate/ConstraintDelaunayTriangulation.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/triangulate/ConstraintDelaunayTriangulation.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/triangulate/ConstraintDelaunayTriangulation.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/triangulate/ConstraintDelaunayTriangulation.cpp [99/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/detail/triangulate/triangulateInGeometrySet.cpp.o -MF src/CMakeFiles/SFCGAL.dir/detail/triangulate/triangulateInGeometrySet.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/detail/triangulate/triangulateInGeometrySet.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/detail/triangulate/triangulateInGeometrySet.cpp [100/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/io/GeometryStreams.cpp.o -MF src/CMakeFiles/SFCGAL.dir/io/GeometryStreams.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/io/GeometryStreams.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/io/GeometryStreams.cpp [101/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/io/OBJ.cpp.o -MF src/CMakeFiles/SFCGAL.dir/io/OBJ.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/io/OBJ.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/io/OBJ.cpp [102/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/io/STL.cpp.o -MF src/CMakeFiles/SFCGAL.dir/io/STL.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/io/STL.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/io/STL.cpp [103/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/io/ewkt.cpp.o -MF src/CMakeFiles/SFCGAL.dir/io/ewkt.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/io/ewkt.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/io/ewkt.cpp [104/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/io/vtk.cpp.o -MF src/CMakeFiles/SFCGAL.dir/io/vtk.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/io/vtk.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/io/vtk.cpp [105/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/io/wkb.cpp.o -MF src/CMakeFiles/SFCGAL.dir/io/wkb.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/io/wkb.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/io/wkb.cpp [106/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/io/wkt.cpp.o -MF src/CMakeFiles/SFCGAL.dir/io/wkt.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/io/wkt.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/io/wkt.cpp [107/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/numeric.cpp.o -MF src/CMakeFiles/SFCGAL.dir/numeric.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/numeric.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/numeric.cpp [108/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/primitive3d/Cylinder.cpp.o -MF src/CMakeFiles/SFCGAL.dir/primitive3d/Cylinder.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/primitive3d/Cylinder.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/primitive3d/Cylinder.cpp [109/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/primitive3d/Sphere.cpp.o -MF src/CMakeFiles/SFCGAL.dir/primitive3d/Sphere.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/primitive3d/Sphere.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/primitive3d/Sphere.cpp [110/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/triangulate/triangulate2DZ.cpp.o -MF src/CMakeFiles/SFCGAL.dir/triangulate/triangulate2DZ.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/triangulate/triangulate2DZ.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/triangulate/triangulate2DZ.cpp [111/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/triangulate/triangulatePolygon.cpp.o -MF src/CMakeFiles/SFCGAL.dir/triangulate/triangulatePolygon.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/triangulate/triangulatePolygon.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/triangulate/triangulatePolygon.cpp [112/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -fPIC -pthread -MD -MT src/CMakeFiles/SFCGAL.dir/version.cpp.o -MF src/CMakeFiles/SFCGAL.dir/version.cpp.o.d -o src/CMakeFiles/SFCGAL.dir/version.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/src/version.cpp [113/212] : && /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -fPIC -O2 -pipe -DNDEBUG -shared -Xlinker --dependency-file=src/CMakeFiles/SFCGAL.dir/link.d -Wl,-soname,libSFCGAL.so.0.1 -o src/libSFCGAL.so.0.1 src/CMakeFiles/SFCGAL.dir/Coordinate.cpp.o src/CMakeFiles/SFCGAL.dir/Envelope.cpp.o src/CMakeFiles/SFCGAL.dir/Exception.cpp.o src/CMakeFiles/SFCGAL.dir/Geometry.cpp.o src/CMakeFiles/SFCGAL.dir/GeometryCollection.cpp.o src/CMakeFiles/SFCGAL.dir/GeometryVisitor.cpp.o src/CMakeFiles/SFCGAL.dir/LineString.cpp.o src/CMakeFiles/SFCGAL.dir/MultiLineString.cpp.o src/CMakeFiles/SFCGAL.dir/MultiPoint.cpp.o src/CMakeFiles/SFCGAL.dir/MultiPolygon.cpp.o src/CMakeFiles/SFCGAL.dir/MultiSolid.cpp.o src/CMakeFiles/SFCGAL.dir/Point.cpp.o src/CMakeFiles/SFCGAL.dir/Polygon.cpp.o src/CMakeFiles/SFCGAL.dir/PolyhedralSurface.cpp.o src/CMakeFiles/SFCGAL.dir/PreparedGeometry.cpp.o src/CMakeFiles/SFCGAL.dir/Segment.cpp.o src/CMakeFiles/SFCGAL.dir/Solid.cpp.o src/CMakeFiles/SFCGAL.dir/Surface.cpp.o src/CMakeFiles/SFCGAL.dir/Transform.cpp.o src/CMakeFiles/SFCGAL.dir/Triangle.cpp.o src/CMakeFiles/SFCGAL.dir/TriangulatedSurface.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/BoundaryVisitor.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/ConsistentOrientationBuilder.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/Intersection2D.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/Intersection3D.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/alphaShapes.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/alphaWrapping3D.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/area.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/buffer3D.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/centroid.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/collect.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/collectionExtract.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/collectionHomogenize.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/collectionToMulti.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/connection.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/convexHull.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/covers.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/difference.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/differencePrimitives.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/distance.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/distance3d.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/extrude.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/force2D.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/force3D.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/forceMeasured.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/intersection.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/intersects.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/isSimple.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/isValid.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/length.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/lineSubstring.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/minkowskiSum.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/minkowskiSum3D.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/offset.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/orientation.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/partition_2.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/rotate.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/scale.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/simplification.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/straightSkeleton.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/tesselate.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/translate.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/union.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/visibility.cpp.o src/CMakeFiles/SFCGAL.dir/algorithm/volume.cpp.o src/CMakeFiles/SFCGAL.dir/capi/sfcgal_c.cpp.o src/CMakeFiles/SFCGAL.dir/detail/EnvelopeVisitor.cpp.o src/CMakeFiles/SFCGAL.dir/detail/ForceValidityVisitor.cpp.o src/CMakeFiles/SFCGAL.dir/detail/GeometrySet.cpp.o src/CMakeFiles/SFCGAL.dir/detail/GetPointsVisitor.cpp.o src/CMakeFiles/SFCGAL.dir/detail/Interval.cpp.o src/CMakeFiles/SFCGAL.dir/detail/algorithm/coversPoints.cpp.o src/CMakeFiles/SFCGAL.dir/detail/algorithm/simplification.cpp.o src/CMakeFiles/SFCGAL.dir/detail/generator/building.cpp.o src/CMakeFiles/SFCGAL.dir/detail/generator/disc.cpp.o src/CMakeFiles/SFCGAL.dir/detail/generator/hoch.cpp.o src/CMakeFiles/SFCGAL.dir/detail/generator/sierpinski.cpp.o src/CMakeFiles/SFCGAL.dir/detail/graph/Edge.cpp.o src/CMakeFiles/SFCGAL.dir/detail/graph/Vertex.cpp.o src/CMakeFiles/SFCGAL.dir/detail/io/Serialization.cpp.o src/CMakeFiles/SFCGAL.dir/detail/io/WkbReader.cpp.o src/CMakeFiles/SFCGAL.dir/detail/io/WkbWriter.cpp.o src/CMakeFiles/SFCGAL.dir/detail/io/WktReader.cpp.o src/CMakeFiles/SFCGAL.dir/detail/io/WktWriter.cpp.o src/CMakeFiles/SFCGAL.dir/detail/polygonSetToMultiPolygon.cpp.o src/CMakeFiles/SFCGAL.dir/detail/tools/CharArrayBuffer.cpp.o src/CMakeFiles/SFCGAL.dir/detail/tools/Log.cpp.o src/CMakeFiles/SFCGAL.dir/detail/tools/Registry.cpp.o src/CMakeFiles/SFCGAL.dir/detail/transform/AffineTransform2.cpp.o src/CMakeFiles/SFCGAL.dir/detail/transform/AffineTransform3.cpp.o src/CMakeFiles/SFCGAL.dir/detail/transform/Force2D.cpp.o src/CMakeFiles/SFCGAL.dir/detail/transform/ForceOrderPoints.cpp.o src/CMakeFiles/SFCGAL.dir/detail/transform/ForceZ.cpp.o src/CMakeFiles/SFCGAL.dir/detail/transform/ForceZOrderPoints.cpp.o src/CMakeFiles/SFCGAL.dir/detail/transform/RoundTransform.cpp.o src/CMakeFiles/SFCGAL.dir/detail/transform/forceM.cpp.o src/CMakeFiles/SFCGAL.dir/detail/triangulate/ConstraintDelaunayTriangulation.cpp.o src/CMakeFiles/SFCGAL.dir/detail/triangulate/triangulateInGeometrySet.cpp.o src/CMakeFiles/SFCGAL.dir/io/GeometryStreams.cpp.o src/CMakeFiles/SFCGAL.dir/io/OBJ.cpp.o src/CMakeFiles/SFCGAL.dir/io/STL.cpp.o src/CMakeFiles/SFCGAL.dir/io/ewkt.cpp.o src/CMakeFiles/SFCGAL.dir/io/vtk.cpp.o src/CMakeFiles/SFCGAL.dir/io/wkb.cpp.o src/CMakeFiles/SFCGAL.dir/io/wkt.cpp.o src/CMakeFiles/SFCGAL.dir/numeric.cpp.o src/CMakeFiles/SFCGAL.dir/primitive3d/Cylinder.cpp.o src/CMakeFiles/SFCGAL.dir/primitive3d/Sphere.cpp.o src/CMakeFiles/SFCGAL.dir/triangulate/triangulate2DZ.cpp.o src/CMakeFiles/SFCGAL.dir/triangulate/triangulatePolygon.cpp.o src/CMakeFiles/SFCGAL.dir/version.cpp.o -Wl,-z,origin,-rpath,/usr/local/lib: /usr/local/lib/libboost_unit_test_framework-mt.so.26.0 /usr/local/lib/libboost_filesystem-mt.so.26.0 /usr/local/lib/libboost_program_options-mt.so.26.0 /usr/local/lib/libboost_timer-mt.so.26.0 /usr/local/lib/libboost_thread-mt.so.26.0 /usr/local/lib/libboost_serialization-mt.so.26.0 /usr/local/lib/libgmpxx.so.3.0 /usr/local/lib/libmpfr.so.2.2 /usr/local/lib/libgmp.so.11.1 /usr/local/lib/libboost_chrono-mt.so.26.0 -pthread /usr/local/lib/libboost_atomic-mt.so.26.0 /usr/local/lib/libboost_container-mt.so.26.0 /usr/local/lib/libboost_date_time-mt.so.26.0 -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [114/212] /usr/local/bin/cmake -E cmake_symlink_library src/libSFCGAL.so.0.1 src/libSFCGAL.so.0.1 src/libSFCGAL.so && : [115/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/CoordinateTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/CoordinateTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/CoordinateTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/CoordinateTest.cpp [116/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/CylinderTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/CylinderTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/CylinderTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/CylinderTest.cpp [117/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/EnvelopeTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/EnvelopeTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/EnvelopeTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/EnvelopeTest.cpp [118/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/GeometryCollectionTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/GeometryCollectionTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/GeometryCollectionTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/GeometryCollectionTest.cpp [119/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/GeometryTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/GeometryTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/GeometryTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/GeometryTest.cpp [120/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/GeometryVisitorTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/GeometryVisitorTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/GeometryVisitorTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/GeometryVisitorTest.cpp [121/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/KernelTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/KernelTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/KernelTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/KernelTest.cpp [122/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/LineStringTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/LineStringTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/LineStringTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/LineStringTest.cpp [123/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/MultiLineStringTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/MultiLineStringTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/MultiLineStringTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/MultiLineStringTest.cpp [124/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/MultiPointTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/MultiPointTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/MultiPointTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/MultiPointTest.cpp [125/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/MultiPolygonTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/MultiPolygonTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/MultiPolygonTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/MultiPolygonTest.cpp [126/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/MultiSolidTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/MultiSolidTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/MultiSolidTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/MultiSolidTest.cpp [127/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/NumericTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/NumericTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/NumericTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/NumericTest.cpp [128/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/PointTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/PointTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/PointTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/PointTest.cpp [129/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/PolygonTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/PolygonTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/PolygonTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/PolygonTest.cpp [130/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/PolyhedralSurfaceTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/PolyhedralSurfaceTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/PolyhedralSurfaceTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/PolyhedralSurfaceTest.cpp [131/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/SegmentTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/SegmentTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/SegmentTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/SegmentTest.cpp [132/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/SolidTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/SolidTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/SolidTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/SolidTest.cpp [133/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/SphereTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/SphereTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/SphereTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/SphereTest.cpp [134/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/TriangleTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/TriangleTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/TriangleTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/TriangleTest.cpp [135/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/TriangulatedSurfaceTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/TriangulatedSurfaceTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/TriangulatedSurfaceTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/TriangulatedSurfaceTest.cpp [136/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/AlphaShapesTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/AlphaShapesTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/AlphaShapesTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/AlphaShapesTest.cpp [137/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/AlphaWrapping3DTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/AlphaWrapping3DTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/AlphaWrapping3DTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/AlphaWrapping3DTest.cpp [138/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ApproximateMedialAxis.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ApproximateMedialAxis.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ApproximateMedialAxis.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/ApproximateMedialAxis.cpp [139/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/AreaTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/AreaTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/AreaTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/AreaTest.cpp [140/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/BoundaryTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/BoundaryTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/BoundaryTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/BoundaryTest.cpp [141/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/Buffer3DTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/Buffer3DTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/Buffer3DTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/Buffer3DTest.cpp [142/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/CentroidTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/CentroidTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/CentroidTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/CentroidTest.cpp [143/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ConnectedTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ConnectedTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ConnectedTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/ConnectedTest.cpp [144/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ConsistentOrientationBuilderTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ConsistentOrientationBuilderTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ConsistentOrientationBuilderTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/ConsistentOrientationBuilderTest.cpp [145/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ConvexHullTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ConvexHullTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ConvexHullTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/ConvexHullTest.cpp [146/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/CoversPointsTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/CoversPointsTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/CoversPointsTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/CoversPointsTest.cpp [147/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/CoversTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/CoversTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/CoversTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/CoversTest.cpp [148/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/DifferenceTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/DifferenceTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/DifferenceTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/DifferenceTest.cpp [149/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/DistanceTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/DistanceTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/DistanceTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/DistanceTest.cpp [150/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ExtrudeTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ExtrudeTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ExtrudeTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/ExtrudeTest.cpp [151/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/Force3DTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/Force3DTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/Force3DTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/Force3DTest.cpp [152/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ForceMeasuredTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ForceMeasuredTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ForceMeasuredTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/ForceMeasuredTest.cpp [153/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/IntersectionTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/IntersectionTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/IntersectionTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/IntersectionTest.cpp [154/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/IntersectsTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/IntersectsTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/IntersectsTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/IntersectsTest.cpp [155/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/IsSimpleTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/IsSimpleTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/IsSimpleTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/IsSimpleTest.cpp [156/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/IsValidTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/IsValidTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/IsValidTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/IsValidTest.cpp [157/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/LengthTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/LengthTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/LengthTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/LengthTest.cpp [158/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/LineSubstringTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/LineSubstringTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/LineSubstringTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/LineSubstringTest.cpp [159/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/MinkowskiSum3DTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/MinkowskiSum3DTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/MinkowskiSum3DTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/MinkowskiSum3DTest.cpp [160/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/MinkowskiSumTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/MinkowskiSumTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/MinkowskiSumTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/MinkowskiSumTest.cpp [161/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/NormalTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/NormalTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/NormalTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/NormalTest.cpp [162/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/OffsetTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/OffsetTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/OffsetTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/OffsetTest.cpp [163/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/OrientationTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/OrientationTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/OrientationTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/OrientationTest.cpp [164/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/Partition_2.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/Partition_2.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/Partition_2.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/Partition_2.cpp [165/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/PlaneTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/PlaneTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/PlaneTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/PlaneTest.cpp [166/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/Simplification.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/Simplification.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/Simplification.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/Simplification.cpp [167/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/StraightSkeletonTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/StraightSkeletonTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/StraightSkeletonTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/StraightSkeletonTest.cpp [168/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/TesselateTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/TesselateTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/TesselateTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/TesselateTest.cpp [169/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/TranslateTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/TranslateTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/TranslateTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/TranslateTest.cpp [170/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/UnionTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/UnionTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/UnionTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/UnionTest.cpp [171/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/Visibility.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/Visibility.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/Visibility.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/Visibility.cpp [172/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/VolumeTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/VolumeTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/VolumeTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/algorithm/VolumeTest.cpp [173/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/capi/sfcgal_cTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/capi/sfcgal_cTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/capi/sfcgal_cTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/capi/sfcgal_cTest.cpp [174/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/detail/ComplexComparatorTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/detail/ComplexComparatorTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/detail/ComplexComparatorTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/detail/ComplexComparatorTest.cpp [175/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/detail/IntervalTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/detail/IntervalTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/detail/IntervalTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/detail/IntervalTest.cpp [176/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/graph/GeometryGraphBuilderTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/graph/GeometryGraphBuilderTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/graph/GeometryGraphBuilderTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/graph/GeometryGraphBuilderTest.cpp [177/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/graph/GeometryGraphTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/graph/GeometryGraphTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/graph/GeometryGraphTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/graph/GeometryGraphTest.cpp [178/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/graph/algorithm/IsHalfEdgeTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/graph/algorithm/IsHalfEdgeTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/graph/algorithm/IsHalfEdgeTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/graph/algorithm/IsHalfEdgeTest.cpp [179/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/OBJTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/OBJTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/OBJTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/io/OBJTest.cpp [180/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/STLTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/STLTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/STLTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/io/STLTest.cpp [181/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/SerializationTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/SerializationTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/SerializationTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/io/SerializationTest.cpp [182/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/VTKTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/VTKTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/VTKTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/io/VTKTest.cpp [183/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/WkbWriterTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/WkbWriterTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/WkbWriterTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/io/WkbWriterTest.cpp [184/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/WktReaderTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/WktReaderTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/WktReaderTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/io/WktReaderTest.cpp [185/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/AffineTransform2Test.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/AffineTransform2Test.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/AffineTransform2Test.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/transform/AffineTransform2Test.cpp [186/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/ForceZOrderPointsTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/ForceZOrderPointsTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/ForceZOrderPointsTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/transform/ForceZOrderPointsTest.cpp [187/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/RotateTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/RotateTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/RotateTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/transform/RotateTest.cpp [188/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/RoundTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/RoundTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/RoundTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/transform/RoundTest.cpp [189/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/ScaleTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/ScaleTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/ScaleTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/transform/ScaleTest.cpp [190/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/TranslateTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/TranslateTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/TranslateTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/transform/TranslateTest.cpp [191/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/triangulate/ConstraintDelaunayTriangulationTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/triangulate/ConstraintDelaunayTriangulationTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/triangulate/ConstraintDelaunayTriangulationTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/triangulate/ConstraintDelaunayTriangulationTest.cpp [192/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/triangulate/Triangulate2DZTest.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/triangulate/Triangulate2DZTest.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/triangulate/Triangulate2DZTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/SFCGAL/triangulate/Triangulate2DZTest.cpp [193/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/TestModule.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/TestModule.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/TestModule.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/unit/TestModule.cpp [194/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/testsfcgalconfig.cpp.o -MF test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/testsfcgalconfig.cpp.o.d -o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/testsfcgalconfig.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/build-amd64/test/unit/SFCGAL/testsfcgalconfig.cpp [195/212] : && /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -O2 -pipe -DNDEBUG -Xlinker --dependency-file=test/unit/CMakeFiles/unit-test-SFCGAL.dir/link.d test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/CoordinateTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/CylinderTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/EnvelopeTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/GeometryCollectionTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/GeometryTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/GeometryVisitorTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/KernelTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/LineStringTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/MultiLineStringTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/MultiPointTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/MultiPolygonTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/MultiSolidTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/NumericTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/PointTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/PolygonTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/PolyhedralSurfaceTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/SegmentTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/SolidTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/SphereTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/TriangleTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/TriangulatedSurfaceTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/AlphaShapesTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/AlphaWrapping3DTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ApproximateMedialAxis.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/AreaTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/BoundaryTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/Buffer3DTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/CentroidTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ConnectedTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ConsistentOrientationBuilderTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ConvexHullTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/CoversPointsTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/CoversTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/DifferenceTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/DistanceTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ExtrudeTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/Force3DTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/ForceMeasuredTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/IntersectionTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/IntersectsTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/IsSimpleTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/IsValidTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/LengthTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/LineSubstringTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/MinkowskiSum3DTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/MinkowskiSumTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/NormalTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/OffsetTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/OrientationTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/Partition_2.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/PlaneTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/Simplification.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/StraightSkeletonTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/TesselateTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/TranslateTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/UnionTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/Visibility.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/VolumeTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/capi/sfcgal_cTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/detail/ComplexComparatorTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/detail/IntervalTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/graph/GeometryGraphBuilderTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/graph/GeometryGraphTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/graph/algorithm/IsHalfEdgeTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/OBJTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/STLTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/SerializationTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/VTKTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/WkbWriterTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/io/WktReaderTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/AffineTransform2Test.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/ForceZOrderPointsTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/RotateTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/RoundTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/ScaleTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/transform/TranslateTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/triangulate/ConstraintDelaunayTriangulationTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/triangulate/Triangulate2DZTest.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/TestModule.cpp.o test/unit/CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/testsfcgalconfig.cpp.o -o test/unit/unit-test-SFCGAL -Wl,-z,origin,-rpath,/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src:/usr/local/lib src/libSFCGAL.so.0.1 /usr/local/lib/libboost_unit_test_framework-mt.so.26.0 /usr/local/lib/libboost_filesystem-mt.so.26.0 /usr/local/lib/libboost_program_options-mt.so.26.0 /usr/local/lib/libboost_timer-mt.so.26.0 /usr/local/lib/libboost_thread-mt.so.26.0 /usr/local/lib/libboost_serialization-mt.so.26.0 /usr/local/lib/libboost_chrono-mt.so.26.0 /usr/local/lib/libboost_atomic-mt.so.26.0 /usr/local/lib/libboost_container-mt.so.26.0 /usr/local/lib/libboost_date_time-mt.so.26.0 -pthread /usr/local/lib/libgmpxx.so.3.0 /usr/local/lib/libmpfr.so.2.2 /usr/local/lib/libgmp.so.11.1 -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [196/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/cc -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -MD -MT test/regress/capi/CMakeFiles/test-regress-capi.dir/main.c.o -MF test/regress/capi/CMakeFiles/test-regress-capi.dir/main.c.o.d -o test/regress/capi/CMakeFiles/test-regress-capi.dir/main.c.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/regress/capi/main.c [197/212] : && /exopi-obj/pobj/sfcgal-2.2.0/bin/cc -O2 -pipe -DNDEBUG -Xlinker --dependency-file=test/regress/capi/CMakeFiles/test-regress-capi.dir/link.d test/regress/capi/CMakeFiles/test-regress-capi.dir/main.c.o -o test/regress/capi/test-regress-capi -Wl,-z,origin,-rpath,/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src:/usr/local/lib src/libSFCGAL.so.0.1 -Wl,-rpath-link,/usr/local/lib:/usr/X11R6/lib && : [198/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/AreaTest.cpp.o -MF test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/AreaTest.cpp.o.d -o test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/AreaTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/regress/standalone/SFCGAL/AreaTest.cpp [199/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/ConstraintDelaunayTriangulationTest.cpp.o -MF test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/ConstraintDelaunayTriangulationTest.cpp.o.d -o test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/ConstraintDelaunayTriangulationTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/regress/standalone/SFCGAL/ConstraintDelaunayTriangulationTest.cpp [200/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/DistanceTest.cpp.o -MF test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/DistanceTest.cpp.o.d -o test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/DistanceTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/regress/standalone/SFCGAL/DistanceTest.cpp [201/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/IntersectionTest.cpp.o -MF test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/IntersectionTest.cpp.o.d -o test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/IntersectionTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/regress/standalone/SFCGAL/IntersectionTest.cpp [202/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/IntersectsTest.cpp.o -MF test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/IntersectsTest.cpp.o.d -o test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/IntersectsTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/regress/standalone/SFCGAL/IntersectsTest.cpp [203/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/StraightSkeletonTest.cpp.o -MF test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/StraightSkeletonTest.cpp.o.d -o test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/StraightSkeletonTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/regress/standalone/SFCGAL/StraightSkeletonTest.cpp [204/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/TriangulatePolygonTest.cpp.o -MF test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/TriangulatePolygonTest.cpp.o.d -o test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/TriangulatePolygonTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/regress/standalone/SFCGAL/TriangulatePolygonTest.cpp [205/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/WaveFrontObjTest.cpp.o -MF test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/WaveFrontObjTest.cpp.o.d -o test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/WaveFrontObjTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/regress/standalone/SFCGAL/WaveFrontObjTest.cpp [206/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/WktTest.cpp.o -MF test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/WktTest.cpp.o.d -o test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/WktTest.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/regress/standalone/SFCGAL/WktTest.cpp [207/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/TestModule.cpp.o -MF test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/TestModule.cpp.o.d -o test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/TestModule.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/regress/standalone/TestModule.cpp [208/212] : && /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -O2 -pipe -DNDEBUG -Xlinker --dependency-file=test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/link.d test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/AreaTest.cpp.o test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/ConstraintDelaunayTriangulationTest.cpp.o test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/DistanceTest.cpp.o test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/IntersectionTest.cpp.o test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/IntersectsTest.cpp.o test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/StraightSkeletonTest.cpp.o test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/TriangulatePolygonTest.cpp.o test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/WaveFrontObjTest.cpp.o test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/SFCGAL/WktTest.cpp.o test/regress/standalone/CMakeFiles/standalone-regress-test-SFCGAL.dir/TestModule.cpp.o -o test/regress/standalone/standalone-regress-test-SFCGAL -Wl,-z,origin,-rpath,/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src:/usr/local/lib src/libSFCGAL.so.0.1 /usr/local/lib/libboost_unit_test_framework-mt.so.26.0 /usr/local/lib/libboost_filesystem-mt.so.26.0 /usr/local/lib/libboost_program_options-mt.so.26.0 /usr/local/lib/libboost_timer-mt.so.26.0 /usr/local/lib/libboost_thread-mt.so.26.0 /usr/local/lib/libboost_serialization-mt.so.26.0 /usr/local/lib/libboost_chrono-mt.so.26.0 /usr/local/lib/libboost_atomic-mt.so.26.0 /usr/local/lib/libboost_container-mt.so.26.0 /usr/local/lib/libboost_date_time-mt.so.26.0 -pthread /usr/local/lib/libgmpxx.so.3.0 /usr/local/lib/libmpfr.so.2.2 /usr/local/lib/libgmp.so.11.1 -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [209/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/regress/polygon_triangulator/CMakeFiles/test-regress-polygon_triangulator.dir/main.cpp.o -MF test/regress/polygon_triangulator/CMakeFiles/test-regress-polygon_triangulator.dir/main.cpp.o.d -o test/regress/polygon_triangulator/CMakeFiles/test-regress-polygon_triangulator.dir/main.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/regress/polygon_triangulator/main.cpp [210/212] : && /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -O2 -pipe -DNDEBUG -Xlinker --dependency-file=test/regress/polygon_triangulator/CMakeFiles/test-regress-polygon_triangulator.dir/link.d test/regress/polygon_triangulator/CMakeFiles/test-regress-polygon_triangulator.dir/main.cpp.o -o test/regress/polygon_triangulator/test-regress-polygon_triangulator -Wl,-z,origin,-rpath,/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src:/usr/local/lib src/libSFCGAL.so.0.1 /usr/local/lib/libboost_unit_test_framework-mt.so.26.0 /usr/local/lib/libboost_filesystem-mt.so.26.0 /usr/local/lib/libboost_program_options-mt.so.26.0 /usr/local/lib/libboost_timer-mt.so.26.0 /usr/local/lib/libboost_thread-mt.so.26.0 /usr/local/lib/libboost_serialization-mt.so.26.0 /usr/local/lib/libboost_chrono-mt.so.26.0 /usr/local/lib/libboost_atomic-mt.so.26.0 /usr/local/lib/libboost_container-mt.so.26.0 /usr/local/lib/libboost_date_time-mt.so.26.0 -pthread /usr/local/lib/libgmpxx.so.3.0 /usr/local/lib/libmpfr.so.2.2 /usr/local/lib/libgmp.so.11.1 -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [211/212] /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CONTAINER_DYN_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_NO_LIB -DBOOST_TIMER_DYN_LINK -DBOOST_TIMER_NO_LIB -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_NO_LIB -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 -D_USE_MATH_DEFINES -I/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/include -isystem /usr/local/include -O2 -pipe -DNDEBUG -std=gnu++17 -pthread -MD -MT test/regress/convex_hull/CMakeFiles/test-regress-convex_hull.dir/main.cpp.o -MF test/regress/convex_hull/CMakeFiles/test-regress-convex_hull.dir/main.cpp.o.d -o test/regress/convex_hull/CMakeFiles/test-regress-convex_hull.dir/main.cpp.o -c /exopi-obj/pobj/sfcgal-2.2.0/SFCGAL-v2.2.0/test/regress/convex_hull/main.cpp [212/212] : && /exopi-obj/pobj/sfcgal-2.2.0/bin/c++ -O2 -pipe -DNDEBUG -Xlinker --dependency-file=test/regress/convex_hull/CMakeFiles/test-regress-convex_hull.dir/link.d test/regress/convex_hull/CMakeFiles/test-regress-convex_hull.dir/main.cpp.o -o test/regress/convex_hull/test-regress-convex_hull -Wl,-z,origin,-rpath,/exopi-obj/pobj/sfcgal-2.2.0/build-amd64/src:/usr/local/lib src/libSFCGAL.so.0.1 /usr/local/lib/libboost_unit_test_framework-mt.so.26.0 /usr/local/lib/libboost_filesystem-mt.so.26.0 /usr/local/lib/libboost_program_options-mt.so.26.0 /usr/local/lib/libboost_timer-mt.so.26.0 /usr/local/lib/libboost_thread-mt.so.26.0 /usr/local/lib/libboost_serialization-mt.so.26.0 /usr/local/lib/libboost_chrono-mt.so.26.0 /usr/local/lib/libboost_atomic-mt.so.26.0 /usr/local/lib/libboost_container-mt.so.26.0 /usr/local/lib/libboost_date_time-mt.so.26.0 -pthread /usr/local/lib/libgmpxx.so.3.0 /usr/local/lib/libmpfr.so.2.2 /usr/local/lib/libgmp.so.11.1 -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : >>> Running fake in geo/sfcgal at 1778694646.24 ===> geo/sfcgal ===> Faking installation for sfcgal-2.2.0p1 -- Install configuration: "Release" -- Up-to-date: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/Coordinate.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/config.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/version.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/Envelope.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/Exception.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/Geometry.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/GeometryCollection.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/GeometryVisitor.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/Kernel.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/LineString.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/MultiLineString.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/MultiPoint.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/MultiPolygon.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/MultiSolid.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/Point.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/Polygon.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/PolyhedralSurface.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/PreparedGeometry.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/Segment.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/Simplicity.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/Solid.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/Surface.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/Transform.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/Triangle.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/TriangulatedSurface.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/Validity.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/BoundaryVisitor.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/ConsistentOrientationBuilder.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/alphaShapes.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/alphaWrapping3D.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/area.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/buffer3D.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/centroid.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/collect.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/collectionExtract.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/collectionHomogenize.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/collectionToMulti.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/connection.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/convexHull.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/covers.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/difference.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/differencePrimitives.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/distance.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/distance3d.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/extrude.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/plane.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/force2D.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/force3D.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/forceMeasured.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/intersection.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/intersects.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/isSimple.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/isValid.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/length.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/lineSubstring.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/minkowskiSum.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/minkowskiSum3D.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/normal.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/offset.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/orientation.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/partition_2.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/rotate.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/scale.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/simplification.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/straightSkeleton.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/tesselate.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/translate.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/union.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/visibility.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/algorithm/volume.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/capi -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/capi/sfcgal_c.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/ComplexComparator.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/ConstraintInfo.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/EnvelopeVisitor.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/ForceValidityVisitor.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/GeometrySet.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/GetPointsVisitor.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/Interval.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/SegmentStore.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/TestGeometry.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/TypeForDimension.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/algorithm -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/algorithm/coversPoints.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/algorithm/simplification.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/generator -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/generator/building.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/generator/disc.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/generator/hoch.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/generator/sierpinski.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/graph -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/graph/Edge.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/graph/GeometryGraph.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/graph/GeometryGraphBuilder.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/graph/Vertex.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/graph/algorithm -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/graph/algorithm/isHalfEdge.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/graph/algorithm/orientation.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/io -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/io/OsgFactory.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/io/Serialization.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/io/WkbReader.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/io/WkbWriter.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/io/WktReader.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/io/WktWriter.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/polygonSetToMultiPolygon.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/tools -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/tools/CharArrayBuffer.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/tools/InputStreamReader.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/tools/Log.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/tools/Registry.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/transform -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/transform/AffineTransform2.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/transform/AffineTransform3.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/transform/Force2D.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/transform/ForceM.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/transform/ForceOrderPoints.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/transform/ForceZ.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/transform/ForceZOrderPoints.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/transform/RoundTransform.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/triangulate -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/triangulate/ConstraintDelaunayTriangulation.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/triangulate/markDomains.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/triangulate/triangulateInGeometrySet.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/detail/ublas.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/export.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/io -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/io/GeometryStreams.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/io/OBJ.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/io/STL.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/io/ewkt.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/io/osg.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/io/vtk.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/io/wkb.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/io/wkt.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/namespace.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/numeric.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/primitive3d -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/primitive3d/Cylinder.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/primitive3d/Sphere.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/triangulate -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/triangulate/triangulate2DZ.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/./include/SFCGAL/triangulate/triangulatePolygon.h -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/bin/sfcgal-config -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/lib/pkgconfig/sfcgal.pc -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/lib/cmake/SFCGAL/SFCGALConfig.cmake -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/lib/cmake/SFCGAL/SFCGALConfigVersion.cmake -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/lib/libSFCGAL.so.0.1 -- Set non-toolchain portion of runtime path of "/exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/lib/libSFCGAL.so.0.1" to "/usr/local/lib" -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/lib/cmake/SFCGAL/SFCGALTargets.cmake -- Installing: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/lib/cmake/SFCGAL/SFCGALTargets-release.cmake -- Up-to-date: /exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/usr/local/lib/libSFCGAL.so.0.1 >>> Running package in geo/sfcgal at 1778694647.44 ===> geo/sfcgal `/exopi-obj/pobj/sfcgal-2.2.0/fake-amd64/.fake_done' is up to date. ===> Building package for sfcgal-2.2.0p1 Create /exopi-cvs/ports/packages/amd64/all/sfcgal-2.2.0p1.tgz Creating package sfcgal-2.2.0p1 reading plist| checking dependencies| checking dependencies|devel/boost,-main checking dependencies|devel/gmp,-cxx checking dependencies|devel/gmp,-main checking dependencies|devel/mpfr checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********* | 16% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|*********************** | 39% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****** | 9% archiving|*********** | 18% archiving|***************** | 27% archiving|*********************** | 35% archiving|**************************** | 44% archiving|********************************** | 53% archiving|**************************************** | 62% archiving|********************************************* | 71% archiving|*************************************************** | 80% archiving|********************************************************* | 89% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% /exopi-cvs/ports/plist/amd64/sfcgal-2.2.0p1 was updated @depend devel/boost,-main:boost->=1.84.0p8:boost-1.89.0p1v0 -> @depend devel/boost,-main:boost->=1.84.0p8:boost-1.89.0p2v0 Link to /exopi-cvs/ports/packages/amd64/ftp/sfcgal-2.2.0p1.tgz >>> Running clean in geo/sfcgal at 1778694652.63 ===> geo/sfcgal ===> Cleaning for sfcgal-2.2.0p1 >>> Ended at 1778694653.58 max_stuck=145.05/waiting-for-lock #179=17.94/depends=8.78/show-prepare-results=1.71/patch=0.67/configure=4.16/build=5300.67/fake=1.21/package=5.19/clean=0.97