Hello,

I've got the following code in a cmake file:

109 add_custom_command(OUTPUT 
${CMAKE_BINARY_DIR}/tmp-pcode-matlab/knitromatlab_fsolve.p
110                           
${CMAKE_BINARY_DIR}/tmp-pcode-matlab/knitromatlab_lsqnonlin.p
111                           
${CMAKE_BINARY_DIR}/tmp-pcode-matlab/knitromatlab_mip.p
112                    COMMAND ${Matlab_MAIN_PROGRAM} -nodisplay -nodesktop 
-nosplash -r \"run('${CMAKE_BINARY_DIR}/generate_pcode.m')\;\"
113                    WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
114                    COMMENT "Generating PCode")


When I run cmake, I've got the following warning message:

CMake Warning (dev) in matlab/CMakeLists.txt:
  Syntax Warning in cmake code at

    
/home/jenkins/workspace/Knitro/KnitroLinux/KNITROdir/matlab/CMakeLists.txt:112:131

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

I have tried several combinations of ;,\\", \\\\", ... and  I haven't found any 
solution to get rid of this warning.
What is the correct syntax for this line ?

Best regards,

YC
-- 

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