Craig Scott

Results 18 comments of Craig Scott

To provide an update on the CMake side of things, there's now a merge request for this being reviewed in CMake here: https://gitlab.kitware.com/cmake/cmake/merge_requests/2465

@cristianadam may be able to offer some insights. I believe he was working on Windows support for ccache at one point.

Hi folks, CMake co-maintainer chiming in here. This isn't really a problem that can or should be solved on the CMake presets side. I'll try to illustrate through a real...

For others who are getting stuck behind this issue, a possible workaround in the interim is to write your own wrapper script around the `cmake` and `ctest` executables. In those...

That sample is taken from my book [Professional CMake: A Practical Guide](https://crascit.com/professional-cmake/), but for those who don't have it, most of the details are covered in the following blog article...

Similar issue here for me, but I see that it is working on the public dashboard on open.cdash.org so perhaps it is just a non-obvious configuration issue? I had quite...

Yep, I was the one who added the `FetchContent` module to CMake. ;) Updating `DownloadProject` to forward to `FetchContent` if available and updating various other blogs, stackoverflow comments, etc. is...

We are currently using something like the following to address that and a couple of other shortcomings: ```cmake set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL ON) # Needed because googletest project sets minimum CMake version...

> Is there an easy way to make flatcc library work with FetchContent or add custom build command to ExternalProject_Add function? Not for `FetchContent`, but as @Frenzie mentioned, you can...

@fgrie Try a batch file rather than powershell.