1

cmake ファイルが実行されている MacOS のバージョンを特定する必要があります。

if(BIGSUR)
     # do something
else()
    #  do something else
endif()

4

1 に答える 1