timothyklemm

Results 16 comments of timothyklemm

@GordonSmith, should this target candidate-9.2.x instead of master?

@GordonSmith, https://github.com/hpcc-systems/LN/pull/1026 has the single change needed for LN. Also, for my security manager project, I only needed to create a simple prePackageSetup.cmake file to construct a proper catalog file...

vcpkg.cmake can be split into two files. The file included by each top level project retains the variable definitions that comprise the first half of the existing file. The second...

@GordonSmith this newest commit simplifies pre-project steps in a way that can be used by other projects to decouple themselves from vcpkg compliance requirements. Also, by moving the name generation...

> With the addition of the packageSetup - I was expecting more to be removed from the main CMakeLists.txt file? I have been able to remove the redundant logic for...

@GordonSmith this addresses your comments except for a possible CLIENT_TOOLS_ONLY check. I've tested builds and installs of the platform, LN, and my plugin. https://github.com/hpcc-systems/LN/pull/1026 includes the LN changes, which are...