File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,10 +153,10 @@ set_target_properties( ${OpenBLAS_utest_bin} PROPERTIES COMPILE_DEFINITIONS "_CR
153153endif ()
154154
155155#Set output for utest
156- set_target_properties ( ${OpenBLAS_utest_bin} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR } )
156+ set_target_properties ( ${OpenBLAS_utest_bin} ${OpenBLAS_utest_ext_bin} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR } )
157157foreach (OUTPUTCONFIG ${CMAKE_CONFIGURATION_TYPES } )
158158 string ( TOUPPER ${OUTPUTCONFIG} OUTPUTCONFIG )
159- set_target_properties ( ${OpenBLAS_utest_bin} PROPERTIES RUNTIME_OUTPUT_DIRECTORY_${OUTPUTCONFIG} ${CMAKE_CURRENT_BINARY_DIR } )
159+ set_target_properties ( ${OpenBLAS_utest_bin} ${OpenBLAS_utest_ext_bin} PROPERTIES RUNTIME_OUTPUT_DIRECTORY_${OUTPUTCONFIG} ${CMAKE_CURRENT_BINARY_DIR } )
160160endforeach ()
161161
162162if (MSVC AND BUILD_SHARED_LIBS )
@@ -167,4 +167,4 @@ add_custom_command(TARGET ${OpenBLAS_utest_bin}
167167endif ()
168168
169169add_test (${OpenBLAS_utest_bin} ${CMAKE_CURRENT_BINARY_DIR } /${OpenBLAS_utest_bin} )
170- add_test (${OpenBLAS_utest_ext_bin} ${CMAKE_CURRENT_BINARY_DIR } /${OpenBLAS_utest_bin } )
170+ add_test (${OpenBLAS_utest_ext_bin} ${CMAKE_CURRENT_BINARY_DIR } /${OpenBLAS_utest_ext_bin } )
You can’t perform that action at this time.
0 commit comments