-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature/nsis installer update and new external lib build dir #28
Conversation
Update CMakeList so dependencies are build in src/build_deps directory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
@@ -169,8 +169,8 @@ macro(DBG_MSG _MSG) | |||
"${CMAKE_CURRENT_LIST_FILE}(${CMAKE_CURRENT_LIST_LINE}): ${_MSG}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question : this file is processed by cmake only in case of vcpkg use. Why ? (I don't understand the comment in src/CMakeLists.txt : 227)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is use as a patch for vcpkg because there is currently an issue with find_package(wxWidgets)
with vcpkg.
See microsoft/vcpkg#4756
There is a PR waiting for review that will maybe remove the need of this specific .cmake.
…st above source directory. Use of checkout instead of --set-branch from git submodule
Update NSIS installer for examples and sources packaging.
Use of new github repository to fetch examples.
Use of new external library build dir to allow multiple build directory with common external library build dir.
Add windows system librairies to NSIS installer
Correction of documentation name for NSIS installer