mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-29 10:21:54 -06:00
Octave : Use correct destination build folder
This commit is contained in:
parent
44bae5dad6
commit
08b8d7d400
@ -220,13 +220,13 @@ add_custom_target(octave_plugins ALL DEPENDS
|
|||||||
add_custom_command(TARGET octave_plugins POST_BUILD
|
add_custom_command(TARGET octave_plugins POST_BUILD
|
||||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
||||||
"${oct_bin}"
|
"${oct_bin}"
|
||||||
"${CMAKE_CURRENT_BINARY_DIR}/../ApplicationLibCode/$<CONFIGURATION>/${Filename}"
|
"${CMAKE_CURRENT_BINARY_DIR}/../ApplicationExeCode/$<CONFIGURATION>/${Filename}"
|
||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
add_custom_command(TARGET octave_plugins POST_BUILD
|
add_custom_command(TARGET octave_plugins POST_BUILD
|
||||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
||||||
"${oct_bin}"
|
"${oct_bin}"
|
||||||
"${CMAKE_CURRENT_BINARY_DIR}/../ApplicationLibCode/${Filename}"
|
"${CMAKE_CURRENT_BINARY_DIR}/../ApplicationExeCode/${Filename}"
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
endforeach( oct_bin )
|
endforeach( oct_bin )
|
||||||
|
Loading…
Reference in New Issue
Block a user