Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd authored Aug 1, 2024
1 parent a80c399 commit e177e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ option(QUILL_DISABLE_NON_PREFIXED_MACROS "Disable non-prefixed macros" OFF)

option(QUILL_BUILD_EXAMPLES "Build the examples" OFF)

option(QUILL_BUILD_TESTS "Build the tests (Requires https://github.com/google/googletest to be installed)" OFF)
option(QUILL_BUILD_TESTS "Build the tests" OFF)

option(QUILL_BUILD_BENCHMARKS "Build the benchmarks" OFF)

Expand Down Expand Up @@ -161,4 +161,4 @@ if (QUILL_DOCS_GEN)
# Add the cmake folder so the FindSphinx module is found
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
add_subdirectory(docs)
endif ()
endif ()

0 comments on commit e177e33

Please sign in to comment.