Skip to content

Commit

Permalink
build: minimum CMake required changed to 3.30.5 for test_package to…
Browse files Browse the repository at this point in the history
… make some jobs on CI to work
  • Loading branch information
mpusz committed Nov 18, 2024
1 parent 82d12a8 commit 47b22f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_package/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

cmake_minimum_required(VERSION 3.31)
cmake_minimum_required(VERSION 3.30.5)
project(test_package LANGUAGES CXX)

message(STATUS "MP_UNITS_BUILD_CXX_MODULES: ${MP_UNITS_BUILD_CXX_MODULES}")
Expand Down

0 comments on commit 47b22f1

Please sign in to comment.