Changes between Initial Version and Version 1 of Ticket #33259, comment 41
- Timestamp:
- Mar 14, 2015, 5:57:39 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33259, comment 41
initial v1 1 That issue remains with the patch in comment 39. When I set cmake.out_of_ tree to no in the resulting cmake-1.0.tcl file, and then try to configure a port that uses this portgroup, I get1 That issue remains with the patch in comment 39. When I set cmake.out_of_source to no in the resulting cmake-1.0.tcl file, and then try to configure a port that uses this portgroup, I get 2 2 3 3 {{{ … … 6 6 }}} 7 7 8 I get the same error when I set cmake.out_of_ tree to no in the port's Portfile, after including the cmake portgroup.8 I get the same error when I set cmake.out_of_source to no in the port's Portfile, after including the cmake portgroup. 9 9 10 10 BTW: apparently one will need to `set cmake.out_of_tree no` when setting the property *before* including the cmake portgroup?