Skip to content

Commit

Permalink
fix sleef_concat_files to no exist directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhancn committed Jan 9, 2024
1 parent ecb8936 commit e796e63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ foreach(SIMD ${SLEEF_HEADER_LIST})
)
endforeach()

file(MAKE_DIRECTORY ${sleef_BINARY_DIR}/include)
sleef_concat_files(
OUTPUT ${SLEEF_INCLUDE_HEADER}
SOURCES ${SLEEF_ORG_HEADER} ${SLEEF_HEADER_SIMD_SECTIONS} ${SLEEF_ORG_FOOTER}
Expand Down

0 comments on commit e796e63

Please sign in to comment.