Re: [CMake] syntax error on Win7 x64

2012-02-01 Thread Bill Hoffman
On 2/1/2012 12:35 AM, Dev Guy wrote: OK I realized my error, I should be using $ENV{MSSDK_ROOT} If it is a windows path, you need to change it to a posix path for CMake. file(TO_CMAKE_PATH path result) -Bill On Wed, Feb 1, 2012 at 12:02 AM, Dev Guy wrote: I am seeing an error from CMak

Re: [CMake] syntax error on Win7 x64

2012-01-31 Thread Rolf Eike Beer
Am Mittwoch, 1. Februar 2012, 00:02:57 schrieb Dev Guy: > I am seeing an error from CMake on Win7 x64 that I don't see in WinXP. > > The following 2 statements seems to be causing the errors below (I've > double checked that the environment var MSSDK_ROOT exists and is > defined). > > include_dir

Re: [CMake] syntax error on Win7 x64

2012-01-31 Thread Dev Guy
OK I realized my error, I should be using $ENV{MSSDK_ROOT} On Wed, Feb 1, 2012 at 12:02 AM, Dev Guy wrote: > I am seeing an error from CMake on Win7 x64 that I don't see in WinXP. > > The following 2 statements seems to be causing the errors below (I've > double checked that the environment var M

[CMake] syntax error on Win7 x64

2012-01-31 Thread Dev Guy
I am seeing an error from CMake on Win7 x64 that I don't see in WinXP. The following 2 statements seems to be causing the errors below (I've double checked that the environment var MSSDK_ROOT exists and is defined). include_directories("${ENV[MSSDK_ROOT]}\\Include") link_directories("${ENV[MSSDK_