(That made it look like you were trying to create a directory with a literal " in the name...)<br><br><br><div class="gmail_quote">On Fri, Jan 21, 2011 at 11:33 AM, David Cole <span dir="ltr"><<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">You don't need those backslashes there. Try:<br>file( MAKE_DIRECTORY "${EXECUTABLE_OUTPUT_PATH}/${Release}/sqldrivers" )<div>
<div></div><div class="h5"><br><br><br>On Fri, Jan 21, 2011 at 11:21 AM, John Drescher <<a href="mailto:drescherjm@gmail.com" target="_blank">drescherjm@gmail.com</a>> wrote:<br>
><br>> I am getting a the following error:<br>><br>> CREATING X:/32Bit/VC.90/Qt/StudyManager/bin/Debug/sqldrivers<br>> CMake Error at CMake/GetQtRuntime.cmake:21 (file):<br>> file problem creating directory:<br>
> X:/CMakeBased/Qt/StudyManager/"X:/32Bit/VC.90/Qt/StudyManager/bin/Debug/sqldrivers"<br>> Call Stack (most recent call first):<br>> CMake/GetQtRuntime.cmake:42 (add_qt_sqldriver_file)<br>> CMakeLists.txt:165 (include)<br>
><br>> for the following two lines of code:<br>> message( STATUS "CREATING ${EXECUTABLE_OUTPUT_PATH}/${Release}/sqldrivers")<br>> file( MAKE_DIRECTORY \"${EXECUTABLE_OUTPUT_PATH}/${Release}/sqldrivers\" )<br>
><br>> Why is the file command prepending the source path to the make<br>> directory command?<br>><br>> BTW, this is 2.8.4_rc1<br>><br>> Thanks,<br>> John M. Drescher<br>> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>><br>> Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>> Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>><br>> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
<br>
</div></div></blockquote></div><br>