Skip to content

Commit

Permalink
tests: Fix top-level CMakeLists.txt
Browse files Browse the repository at this point in the history
Problem:
 CMake Error in CMakeLists.txt:
  A logical block opening on the line

    .../qtbase/tests/auto/cmake/CMakeLists.txt:149 (if)

  is not closed.

Broken by change 02ed1b3

Change-Id: I6c04721edbccaa9fcdb53af92d33dfa87eeaebb8
Reviewed-by: Rolf Eike Beer <[email protected]>
Reviewed-by: Simon Hausmann <[email protected]>
Reviewed-by: Kai Koehne <[email protected]>
  • Loading branch information
krf authored and DerDakon committed Aug 15, 2018
1 parent 8f18510 commit 48eb08d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/auto/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,4 @@ if (NOT CMAKE_VERSION VERSION_LESS 3.8)
# /usr/bin/ld: CMakeFiles/mywidget.dir/moc_mywidget.cpp.o: previous definition here
# Reason: SKIP_* properties were added in CMake 3.8 only
expect_pass(test_QTBUG-63422)
endif()

0 comments on commit 48eb08d

Please sign in to comment.