Skip to content

Commit 476fe4d

Browse files
committed
test: check simple call
1 parent ead480d commit 476fe4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cmake_build/subdirectory_function/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endif()
1212
project(test_subdirectory_function CXX)
1313

1414
add_subdirectory("${PYBIND11_PROJECT_DIR}" pybind11)
15-
pybind11_add_module(test_subdirectory_function THIN_LTO ../main.cpp)
15+
pybind11_add_module(test_subdirectory_function ../main.cpp)
1616
set_target_properties(test_subdirectory_function PROPERTIES OUTPUT_NAME test_cmake_build)
1717

1818
add_custom_target(

0 commit comments

Comments
 (0)