fix
Some checks reported errors
BlockStorage/repertory_osx_builds/pipeline/head Something is wrong with the build of this commit
BlockStorage/repertory_linux_builds/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Scott E. Graves 2023-11-18 17:18:03 -06:00
parent 24c5dad929
commit 5f5b1f751b

View File

@ -34,6 +34,6 @@ set(EXTERNAL_BUILD_ROOT ${CMAKE_BINARY_DIR}/external)
set(EXTERNAL_BUILD_TYPE ${CMAKE_BUILD_TYPE}) set(EXTERNAL_BUILD_TYPE ${CMAKE_BUILD_TYPE})
if (UNIX) if (UNIX)
file(MAKE_DIRECTORY ${EXTERNAL_BUILD_ROOT}/lib64) file(MAKE_DIRECTORY ${EXTERNAL_BUILD_ROOT}/lib)
file(CREATE_LINK ${EXTERNAL_BUILD_ROOT}/lib64 ${EXTERNAL_BUILD_ROOT}/lib SYMBOLIC) file(CREATE_LINK ${EXTERNAL_BUILD_ROOT}/lib ${EXTERNAL_BUILD_ROOT}/lib64 SYMBOLIC)
endif() endif()