File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ message(STATUS "adding postbuild instruction to rename syms")
488488 COMMAND ${CMAKE_C_COMPILER} ${CMAKE_C_FLAGS} -I${PROJECT_SOURCE_DIR} -I${PROJECT_BINARY_DIR} -c -o ${PROJECT_BINARY_DIR} /dllinit.o ${PROJECT_SOURCE_DIR} /exports/dllinit.c
489489 COMMAND lld-link -nodefaultlib:libcmt -defaultlib:msvcrt ${CMAKE_LINKER_FLAGS} -errorlimit:0 -def:${PROJECT_BINARY_DIR} /renamesyms.def ${PROJECT_BINARY_DIR} /dllinit.o $<TARGET_FILE:${OpenBLAS_LIBNAME} _static> -wholearchive:$<TARGET_FILE:${OpenBLAS_LIBNAME} _static> -dll -out:$<TARGET_FILE_DIR:${OpenBLAS_LIBNAME} _static>/${OpenBLAS_LIBNAME} .dll -implib:$<TARGET_FILE_DIR:${OpenBLAS_LIBNAME} _static>/${OpenBLAS_LIBNAME} .dll.a
490490 #if (${REMOVE_STATIC_LIB})
491- #file (REMOVE ${PROJECT_BINARY_DIR}/lib /${OpenBLAS_LIBNAME}.lib)
491+ #file (REMOVE $<TARGET_FILE_DIR:${OpenBLAS_LIBNAME}_static> /${OpenBLAS_LIBNAME}.lib)
492492 #endif ()
493493 )
494494 #endif ()
You can’t perform that action at this time.
0 commit comments