Skip to content

Commit

Permalink
Formalise test building variables as cmake options
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-arkinstall committed Aug 14, 2024
1 parent 8598141 commit 9c98f60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tket/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_EXTENSIONS OFF)

option(INSTALL_NAME_DIR "Set the install name dir for the library to @loader_path for Apple targets" ON)
option(BUILD_TKET_TEST "Build the test suite" OFF)
option(BUILD_TKET_PROPTEST "Build the property test suite" OFF)

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)
Expand Down

0 comments on commit 9c98f60

Please sign in to comment.