Commit dfcc730c authored by VasiliPupkin256's avatar VasiliPupkin256 Committed by Victor Zverovich

Making target_compile_options PRIVATE, fix #2726, fix #2507

parent f7a809be
......@@ -251,7 +251,7 @@ endif ()
if (MINGW)
check_cxx_compiler_flag("-Wa,-mbig-obj" FMT_HAS_MBIG_OBJ)
if (${FMT_HAS_MBIG_OBJ})
target_compile_options(fmt PUBLIC "-Wa,-mbig-obj")
target_compile_options(fmt PRIVATE "-Wa,-mbig-obj")
endif()
endif ()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment