We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c72da commit a323fabCopy full SHA for a323fab
tests/CMakeLists.txt
@@ -567,11 +567,11 @@ if(NOT PYBIND11_CUDA_TESTS)
567
# This module doesn't get mixed with other test modules because those aren't subinterpreter safe.
568
pybind11_add_module(mod_test_interpreters THIN_LTO mod_test_interpreters.cpp)
569
set_target_properties(mod_test_interpreters PROPERTIES LIBRARY_OUTPUT_DIRECTORY
570
- "${CMAKE_CURRENT_BINARY_DIR}")
+ "${CMAKE_CURRENT_BINARY_DIR}")
571
foreach(config ${CMAKE_CONFIGURATION_TYPES})
572
string(TOUPPER ${config} config)
573
set_target_properties(mod_test_interpreters PROPERTIES LIBRARY_OUTPUT_DIRECTORY_${config}
574
575
endforeach()
576
add_dependencies(pytest mod_test_interpreters)
577
endif()
0 commit comments