Skip to content

Commit

Permalink
Merge branch 'poco-1.10.0' of https://github.com/pocoproject/poco int…
Browse files Browse the repository at this point in the history
…o poco-1.10.0
  • Loading branch information
zosrothko committed Jul 16, 2019
2 parents 65fb39b + 23300c7 commit 401c828
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/00200-GettingStarted.page
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,15 @@ For example to build with debug symbols:

For more infos see https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type

For multi-configuration generators, (like Visual Studio and Xcode), CMAKE_BUILD_TYPE is ignored!

For these you should set build type at build time:

For example to build with debug symbols:

$ cmake -H/path/to/poco -B/path/to/poco-build
$ cmake --build /path/to/poco-build --config Debug


Installation path of Poco is as defaults to /usr/local on UNIX and c:/Program Files/Poco on Windows.

Expand Down

0 comments on commit 401c828

Please sign in to comment.