IF()if() in CMakeLists.txt

This commit is contained in:
heinrich5991 2023-01-09 17:58:46 +01:00
parent e62293e56c
commit 87cb5f078a

View file

@ -257,7 +257,7 @@ if(CMAKE_GENERATOR STREQUAL "Ninja")
endif()
if(NOT MSVC AND NOT HAIKU)
IF(NOT TARGET_OS STREQUAL "mac")
if(NOT TARGET_OS STREQUAL "mac")
if(NOT FUSE_LD STREQUAL OFF)
add_linker_flag_if_supported(OUR_FLAGS_LINK -fuse-ld=${FUSE_LD})
if(FLAG_SUPPORTED_fuse_ld_${FUSE_LD})