Skip to content

Commit a323fab

Browse files
style: pre-commit fixes
1 parent 63c72da commit a323fab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -567,11 +567,11 @@ if(NOT PYBIND11_CUDA_TESTS)
567567
# This module doesn't get mixed with other test modules because those aren't subinterpreter safe.
568568
pybind11_add_module(mod_test_interpreters THIN_LTO mod_test_interpreters.cpp)
569569
set_target_properties(mod_test_interpreters PROPERTIES LIBRARY_OUTPUT_DIRECTORY
570-
"${CMAKE_CURRENT_BINARY_DIR}")
570+
"${CMAKE_CURRENT_BINARY_DIR}")
571571
foreach(config ${CMAKE_CONFIGURATION_TYPES})
572572
string(TOUPPER ${config} config)
573573
set_target_properties(mod_test_interpreters PROPERTIES LIBRARY_OUTPUT_DIRECTORY_${config}
574-
"${CMAKE_CURRENT_BINARY_DIR}")
574+
"${CMAKE_CURRENT_BINARY_DIR}")
575575
endforeach()
576576
add_dependencies(pytest mod_test_interpreters)
577577
endif()

0 commit comments

Comments
 (0)