Skip to content

Commit 51d6fba

Browse files
authored
Update CMakeLists.txt to remove the empty else branch
1 parent 7dea5c0 commit 51d6fba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,6 @@ if(EXECUTORCH_BUILD_PYBIND)
728728
# nightly binary is built with _GLIBCXX_USE_CXX11_ABI set to 0 while its
729729
# CI build sets this to 1 (default)
730730
list(APPEND _pybind_compile_options -D_GLIBCXX_USE_CXX11_ABI=0)
731-
else()
732731
endif()
733732

734733
# util lib

0 commit comments

Comments
 (0)