We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PYBIND11_TEST_OVERRIDE
1 parent a311813 commit 2c30e0aCopy full SHA for 2c30e0a
tests/CMakeLists.txt
@@ -8,6 +8,7 @@
8
cmake_minimum_required(VERSION 2.8.12)
9
10
option(PYBIND11_WERROR "Report all warnings as errors" OFF)
11
+set(PYBIND11_TEST_OVERRIDE "" CACHE STRING "Tests from ;-separated list of *.cpp files will be built instead of all tests")
12
13
if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
14
# We're being loaded directly, i.e. not via add_subdirectory, so make this
0 commit comments