Skip to content

Commit

Permalink
Fixed Cmake to include nanobench as linked library
Browse files Browse the repository at this point in the history
  • Loading branch information
FuexFollets committed Feb 9, 2024
1 parent 934f40f commit f546a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)

project(LexoCraft)

option(USE_NANOBENCH "Use nanobench" OFF)
option(USE_NANOBENCH "Use nanobench" ON)
option(COMPILE_TESTS "Compile tests" OFF)
option(USE_GDB "Use GDB" OFF)

Expand Down

0 comments on commit f546a0d

Please sign in to comment.