Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lilothar committed May 30, 2024
1 parent 62b3cca commit 949a642
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions carbin_cmake/carbin_module.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ option(CONDA_ENV_ENABLE "enable conda auto env" OFF)

option(CARBIN_USE_CXX11_ABI "use cxx11 abi or not" ON)

option(CARBIN_BUILD_TEST "enable project test or not" ON)
option(CARBIN_BUILD_TEST "enable project test or not" OFF)

option(CARBIN_BUILD_BENCHMARK "enable project benchmark or not" ON)
option(CARBIN_BUILD_BENCHMARK "enable project benchmark or not" OFF)

option(CARBIN_BUILD_EXAMPLES "enable project examples or not" ON)
option(CARBIN_BUILD_EXAMPLES "enable project examples or not" OFF)

option(CARBIN_DEPS_ENABLE " " ON)

Expand Down

0 comments on commit 949a642

Please sign in to comment.