]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: enforce gcc-10 for win32 port 47594/head
authorKefu Chai <tchaikov@gmail.com>
Mon, 15 Aug 2022 07:24:14 +0000 (15:24 +0800)
committerKefu Chai <tchaikov@gmail.com>
Mon, 15 Aug 2022 07:24:15 +0000 (15:24 +0800)
commit6cdec0cdfe759fe3474ab324e6095714fd9f71d9
treef4c8fc2552aab4f64efba5238b8102d79f397452
parent3f4ccb15825f50393727ddf25d0d19816a00bbdf
cmake: enforce gcc-10 for win32 port

we only have GCC-10 targeting MinGW at the time of writing, and it
is good enough for compiling the Winows port.

so let's relax the requirement to enable the windows build.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/CMakeLists.txt