Krazer

Results 37 comments of Krazer

I hunterized (https://github.com/ruslo/hunter) ctti, hunter requires a release (hence the reason I was asking) so I had to create one for it that you can get here (https://github.com/hunter-packages/ctti/releases)

Its not safe for the stl types, its going to be a mixture of padding/packing/optimization levels. I attempted at one point to get the cmake compile options used in the...

I just want to say, I blame you for my recent pain. I think I might have [something working](https://github.com/caseymcc/UE4CMake/tree/toolchain_flags), it uses the reflection api to pull out most (maybe all)...

It does seem to fetch the cxx_flags, that I then inject into cmake ``` argument: -c argument: -pipe argument: -msse4.2 argument: -I"/mnt/data/projects/UE4_FastNoise2/Source" argument: -D"UE_IS_ENGINE_MODULE=0" argument: -D"UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_1=1" argument: -D"UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_2=1" argument: -D"UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_3=1"...

try setting the UseShellExecute=true in the ExecuteCommandSync, see if that works. If so I can check locally if true does not affect anything else. On Thu, Jul 11, 2024 at...

Yeah, cmake is just in the PATH. However I am on linux so a little different there but I believe others are using it on windows.

I am out of town till next week and can look at some of this then. There is also a branch tool_chains that is attempting to load the cxx flags...