CMake fixes

Thanks to @RipleyTom

Co-Authored-By: RipleyTom <RipleyTom@users.noreply.github.com>
This commit is contained in:
Elad Ashkenazi 2024-05-14 18:52:33 +03:00
parent 6d8575d0d0
commit 6bceebbb1a
4 changed files with 7 additions and 11 deletions

View file

@ -114,8 +114,6 @@ if(MSVC)
add_compile_options(/wd4530 /utf-8) # C++ exception handler used, but unwind semantics are not enabled
endif()
set(ALLOW_DUPLICATE_CUSTOM_TARGETS TRUE)
add_subdirectory(3rdparty)
if (DISABLE_LTO)