Re: [CMake] Warning: Argument not separated from preceding token by whitespace.

2017-06-26 Thread ycollette . nospam
Thanks a lot, it works fine. - Mail original - De: "Nils Gladitz" À: "ycollette nospam" Cc: "cmake" Envoyé: Lundi 26 Juin 2017 12:50:42 Objet: Re: [CMake] Warning: Argument not separated from preceding token by whitespace. On Mon, Jun 26, 2017 at 10:33

Re: [CMake] Warning: Argument not separated from preceding token by whitespace.

2017-06-26 Thread Nils Gladitz
On Mon, Jun 26, 2017 at 10:33 AM, wrote: > 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] Warning: Argument not separated from preceding token by whitespace.

2017-06-26 Thread ycollette . nospam
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-m