mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-28 18:01:08 -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
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
||||
"${oct_bin}"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/../ApplicationLibCode/$<CONFIGURATION>/${Filename}"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/../ApplicationExeCode/$<CONFIGURATION>/${Filename}"
|
||||
)
|
||||
else()
|
||||
add_custom_command(TARGET octave_plugins POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
||||
"${oct_bin}"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/../ApplicationLibCode/${Filename}"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/../ApplicationExeCode/${Filename}"
|
||||
)
|
||||
endif()
|
||||
endforeach( oct_bin )
|
||||
|
Loading…
Reference in New Issue
Block a user