Skip to content

Commit

Permalink
enable DOCTEST_NO_INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
mousebyte committed Jun 26, 2023
1 parent 5d584dc commit f46787d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ project(luaclasslib

set(LUACLASS_ENABLE_ASAN false CACHE BOOL "Enable address sanitizer for tests target.")
set(CMAKE_EXPORT_COMPILE_COMMANDS TRUE)
set(DOCTEST_NO_INSTALL ON)

### main project
set(LUACLASS_MAIN_PROJECT OFF)
Expand Down

0 comments on commit f46787d

Please sign in to comment.