[cmake-developers] [PATCH] WINCE: Run Tutorial steps 1-4 as tests for Windows CE

Bach, Pascal pascal.bach at siemens.com
Wed Oct 22 10:53:08 EDT 2014


>
> > 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?
> 
> Within a block guarded by if(CMAKE_HOST_WIN32) you could
> use execute_process to run the "reg" command-line tool.
> 

Am I right that when using the reg tool I need to include the Wow6432Node again?

Pascal




More information about the cmake-developers mailing list