Remove unused defines (#2217)

This commit is contained in:
Cheng
2025-05-23 22:14:58 +09:00
committed by GitHub
parent 55b4062dd8
commit 54a71f270a
2 changed files with 3 additions and 2 deletions

View File

@@ -231,6 +231,9 @@ target_include_directories(
mlx PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}>
$<INSTALL_INTERFACE:include>)
# Do not add mlx_EXPORTS define for shared library.
set_target_properties(mlx PROPERTIES DEFINE_SYMBOL "")
FetchContent_Declare(
fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt.git