The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=14281
======================================================================
Reported By: nomorgan
Assigned To:
======================================================================
Project: CMake
Issue ID: 14281
Category: CMake
Reproducibility: always
Severity: block
Priority: normal
Status: new
======================================================================
Date Submitted: 2013-07-08 19:33 EDT
Last Modified: 2013-07-08 19:33 EDT
======================================================================
Summary: INCLUDE_DIRECTORIES problem with duplicate path and
path with spaces
Description:
this command used with a NMake Generator:
INCLUDE_DIRECTORIES("c:/Program Files/lib/2" "c:/Program Files/lib/1")
result in this nmake command line
/I"c:/Program Files/lib/2" Files/lib/1"
instead of
/I"c:/Program Files/lib/2" /I"c:/Program Files/lib/1"
Steps to Reproduce:
I Have tried with
INCLUDE_DIRECTORIES("c:/Program Files/lib/2" "c:/Program Files/lib/1")
INCLUDE_DIRECTORIES(c:/Program\ Files/lib/2 c:/Program\ Files/lib/1)
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2013-07-08 19:33 nomorgan New Issue
======================================================================
--
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers