Skip to content

Commit

Permalink
fix cmake and linker warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Oct 22, 2023
1 parent a9725b6 commit 4e23937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# project: chips-test
#
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "")
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_C_STANDARD 11)
Expand Down
2 changes: 1 addition & 1 deletion examples/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fips_end_lib()
# optional UI library (using Dear ImGui)
fips_begin_lib(ui)
fips_files(ui.cc ui.h)
fips_deps(imgui common)
fips_deps(imgui)
fips_end_lib()

# a separate library with just keybuf (for the ASCII emulators)
Expand Down

0 comments on commit 4e23937

Please sign in to comment.