Changes between Initial Version and Version 1 of Ticket #56294, comment 15
- Timestamp:
- Mar 5, 2019, 6:13:59 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56294, comment 15
initial v1 1 1 Any update on the progress on this? I'm working on a project where my collaborators are on Linux with 1.67, and constantly having to `git stash`/`git stash pop` this patch in our CMake: 2 {{{ 2 3 -find_package(Boost 1.65 REQUIRED COMPONENTS system context python27) 3 4 +find_package(Boost 1.65 REQUIRED COMPONENTS system context python) 4 5 Is...annoying.5 }}} 6 is...annoying.