Jacob Abel

Results 5 comments of Jacob Abel

I've found this occur with as well on an initial build. Cleaning the project and building the whole thing a second time resolved this for me. I'm not quite sure...

OK I've finally figured it out with the help of the brilliant folks on the CPPLang Slack. On Modern versions of CMake (3.12+), when you set an option variable it...

Sorry for not responding earlier, apparently I'm an idiot and never saw the notification. That issue is going to appear due to that variable issue and I don't think there...

I guess the better way to describe it is, replace the line where you enable `RC_ENABLE_CATCH` in CMake with the following: ``` set(RC_ENABLE_CATCH ON CACHE BOOL "Rapidcheck Catch2 Support" FORCE)...

I've been tracking this issue as I've had the same problem as everyone else here. I'm on the Pixel 6 pro fwiw. I just fetched the alpha release. It went...