[cmake-developers] [PATCH] WINCE: Run Tutorial steps 1-4 as tests for Windows CE
Bach, Pascal
pascal.bach at siemens.com
Tue Oct 21 09:26:34 EDT 2014
Your revision looks better ;)
I even would prefer to not hardcode the SDK but I was unable to list key entries from the registry.
Usually all installed SDKs are listed as subkeys of HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows CE Tools\\SDKs in this case it is SDK_AM335X_SK_WEC2013_V310.
I think the test would be nicer if it checks for available SDKs and just picks the first.
Any ideas how to do this?
Regards
Pascal
> -----Original Message-----
> From: Brad King [mailto:brad.king at kitware.com]
> Sent: Dienstag, 21. Oktober 2014 14:58
> To: Bach, Pascal; cmake-developers at cmake.org
> Subject: Re: [cmake-developers] [PATCH] WINCE: Run Tutorial steps 1-4 as
> tests for Windows CE
>
> On 10/21/2014 05:24 AM, Pascal Bach wrote:
> > ---
> > Tests/CMakeLists.txt | 30 ++++++++++++++++++++++++++++++
> > 1 file changed, 30 insertions(+)
>
> The Wow6432Node path component should not be needed because
> CMake is aware of how to lookup different registry views.
> Also we can fold the lookup into existing infrastructure
> a few lines above.
>
> Please try the attached revision to your patch.
>
> Thanks,
> -Brad
More information about the cmake-developers
mailing list