Paul Fultz II

Results 212 comments of Paul Fultz II

I think this is a problem with handling expression SFINAE in MSVC. I've never tested this on windows. If there is some workarounds to make this work on MSVC, please...

I think this might be an easy fix by adding an include for `iso646.h` header.

Also, there are CI error. Are you able to look into those?

> turns out it is not as simple. the way I make it work in my fork is by isolating packages against each other. i.e. i remove all references to...

This is set so when installing header only libraries with `-X header`, the headers will be available. I guess build scripts should do `find_path`. What issues are you seeing with...

Also, are you able to add a test for this? I think a simple test like this just to get coverage could be added in test/test_cget.py: ```python def test_disable_global_include_toolchain(d): d.cmds([...

Importing the ssl module can be removed.

Yes, this is already supported, see [here](https://cget.readthedocs.io/en/latest/src/requirements.html#cmdoption-requirements-txt-d).

You cant set those flags because they are usually set by the toolchain. Although there should be a way to add additional flags for some projects. However, for your example,...

> I see. But then why does it work if set those flags when I call cget? Variables like `CMAKE_CXX_FLAGS` are set by cget's internal cmake toolchain file, so it...