Dear cmake users,

I am using cmake 3.0.2 on WIndows.

INCLUDE( C:/Program Files (x86)/somepath )
-> include called with wrong number of arguments. include() only takes one file.
Ok. Because of the white spaces.

INCLUDE( "C:/Program Files (x86)/somepath" )
->  include could not find load file: somepath
Ok. Probably because of the ().

INCLUDE( "C:/Program Files \(x86\)/somepath" )
->  include could not find load file: somepath
Still the same error even though () had been escaped.

INCLUDE( C:/Program\ Files\ \(x86\)/somepath )
->  include could not find load file: somepath
Still the same error. Confusion reached it's maximum.

Does anyone know how to escape the () and also deal with the white space?

Regards
Christian

--
___________________________________________________________________________
REC GmbH                                   http://www.roboparts.de
Dr. Christian Verbeek                      http://www.servicerobotics.eu
Robert-Koch-Str. 2, 82152 Planegg          http://wiki.openrobotino.org
                                           http://forum.openrobotino.org
Tel:    +49 89 85689672
Fax:    +49 89 85902327
Mobile: +49 160 7056589
e-mail: verb...@servicerobotics.eu

Geschäftsführer: Dr. Christian Verbeek
Registergericht: AG München (HRB 154463)
___________________________________________________________________________

--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to