/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/Applications/CLion.app/Contents/bin/ninja/mac/ninja -G Ninja /Users/okislal/workspace/madlib CMake Deprecation Warning at CMakeLists.txt:18 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Found Boost 1.75.0 -- Auto-enabling -DCXX11, because Boost >= v1.65 requires C++11 -- Boost include directory /usr/local/include CMake Warning (dev) at cmake/Utils.cmake:198 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Quoted variables like "extension" will no longer be dereferenced when the policy is set to NEW. Since the policy is not set the OLD behavior will be used. Call Stack (most recent call first): src/ports/postgres/cmake/PostgreSQLUtils.cmake:58 (get_filtered_list) src/ports/postgres/CMakeLists.txt:366 (determine_target_versions) This warning is for project developers. Use -Wno-dev to suppress it. CMake Deprecation Warning at src/ports/postgres/cmake/FindPostgreSQL.cmake:44 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. Call Stack (most recent call first): src/ports/postgres/cmake/PostgreSQLUtils.cmake:67 (find_package) src/ports/postgres/CMakeLists.txt:366 (determine_target_versions) -- Could NOT find PostgreSQL (missing: POSTGRESQL_EXECUTABLE POSTGRESQL_CLIENT_INCLUDE_DIR POSTGRESQL_SERVER_INCLUDE_DIR) CMake Deprecation Warning at src/ports/postgres/cmake/FindPostgreSQL.cmake:44 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. Call Stack (most recent call first): src/ports/greenplum/cmake/FindGreenplum.cmake:15 (include) src/ports/postgres/cmake/PostgreSQLUtils.cmake:67 (find_package) src/ports/greenplum/CMakeLists.txt:300 (determine_target_versions) -- Could NOT find Greenplum (missing: GREENPLUM_EXECUTABLE GREENPLUM_CLIENT_INCLUDE_DIR GREENPLUM_SERVER_INCLUDE_DIR) -- Using default web-based MathJax -- Could NOT find BISON: Found unsuitable version "2.3", but required is at least "2.4" (found /usr/bin/bison) -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Could not find recent versions of at least one of flex, bison, doxygen, or dot (part of graphviz, needed for doxygen). Documentation will not be built. -- Configuring done -- Generating done -- Build files have been written to: /Users/okislal/workspace/madlib/cmake-build-debug