intel / oneapi-containers

BSD 3-Clause "New" or "Revised" License
111 stars 45 forks source link

Update CMake Version in Basekit Dockerfile #27

Closed Arsha-M closed 2 years ago

Arsha-M commented 2 years ago

Description

The 2022 Intel C++ (Nextgen) compiler requires CMake 3.22.2 to work with Visual Studio. For this reason, the minimum required in the CMakeLists.txt might be 3.22.2 for some users, and this exact same CMakeLists.txt will fail when using the Basekit Docker container.

The solution proposed is to update the CMake version inside of the Docker container to 3.22.2.

References