Michael Wild a écrit :
On 07/22/2011 03:46 PM, pellegrini wrote:
Hello everybody,
I use CMake 2.8.4, Fortran 90 and Intel compiler to build an executable.
I read in the documentation that
RUNTIME_OUTPUT_DIRECTORY supercedes the old EXECUTABLE_OUTPUT_PATH command.
When using:
add_executa
On 07/22/2011 03:46 PM, pellegrini wrote:
> Hello everybody,
>
> I use CMake 2.8.4, Fortran 90 and Intel compiler to build an executable.
> I read in the documentation that
> RUNTIME_OUTPUT_DIRECTORY supercedes the old EXECUTABLE_OUTPUT_PATH command.
>
> When using:
>
>add_executable(myexec
Hello everybody,
I use CMake 2.8.4, Fortran 90 and Intel compiler to build an executable.
I read in the documentation that
RUNTIME_OUTPUT_DIRECTORY supercedes the old EXECUTABLE_OUTPUT_PATH command.
When using:
add_executable(myexec ${source_files})
set(EXECUTABLE_OUTPUT_PATH mydir)
I