Skip to content

Commit

Permalink
Fixed cmake build of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo720 committed Dec 1, 2024
1 parent cc16e24 commit ecb1553
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
cmake_minimum_required(VERSION 3.25)
project(lib86cpu)

# Suppress build failures caused by deprecation warnings treated as errors. CI seems to be using "-Werror=deprecated" which causes the issue
set(CMAKE_ERROR_DEPRECATED FALSE CACHE BOOL "" FORCE)

if(NOT DEFINED CMAKE_RUNTIME_OUTPUT_DIRECTORY)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${lib86cpu_BINARY_DIR}/bin")
endif()
Expand Down

0 comments on commit ecb1553

Please sign in to comment.