User Activity

  • Posted a comment on ticket #121 on PoDoFo

    Telling CMake to use a C++11 compiler seems to work. I don't know if this is the right way to do this or the right place to put it. diff --git a/CMakeLists.txt b/CMakeLists.txt index c42b590..c6d92fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,6 +37,9 @@ if(POLICY CMP0033) CMAKE_POLICY(SET CMP0033 NEW) # https://cmake.org/cmake/help/v3.0/policy/CMP0033.html endif() +set(CMAKE_CXX_STANDARD 11) +set(CXX_STANDARD_REQUIRED ON) + # Load modules from our source tree too SET(CMAKE_MODULE_PATH...

  • Posted a comment on ticket #121 on PoDoFo

    Same on 10.14.6 in a Homebrew environment with Apple clang version 11.0.0 (clang-1100.0.33.8). Trunk [r2033].

  • Created ticket #97 on PoDoFo

    svn externals errors

  • Posted a comment on ticket #17 on PoDoFo

    Are there plans to make a new release containing this change?

View All

Personal Data

Username:
undecided
Joined:
2003-06-09 18:14:18

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB