Skip to content

Commit

Permalink
cmake/UnitTests: Remove duplicated else
Browse files Browse the repository at this point in the history
Suggested-by: Dzenan Zukic <dzenan.zukic@kitware.com>
  • Loading branch information
jcfr committed Jun 13, 2017
1 parent d0f4719 commit 2c38e79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/UnitTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ if(PY_VERSION_PATCH LESS 12)
list(APPEND unittests "test_pep292")
else()
list(APPEND unittests "test_string")
else()
endif()
list(APPEND unittests "test_pep352")
list(APPEND unittests "test_pickle")
Expand Down

0 comments on commit 2c38e79

Please sign in to comment.