Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
acquamarin committed May 17, 2023
1 parent 383a3c5 commit 4d60988
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,8 @@ include_directories(third_party/concurrentqueue)

add_subdirectory(third_party)
add_subdirectory(src)
add_subdirectory(test)
if (${BUILD_TESTS})
#add_subdirectory(test)
add_subdirectory(test)
elseif (${BUILD_BENCHMARK})
add_subdirectory(test/test_helper)
endif()
Expand Down

0 comments on commit 4d60988

Please sign in to comment.