Skip to content

Commit 606939f

Browse files
committed
[commontk] cmake: Remove obsolete comment
1 parent c06a783 commit 606939f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
#-----------------------------------------------------------------------------
2-
# NOTE: The CMake files have been contributed to PythonQt and have not been tested with the current
3-
# PythonQt version. They have not yet been updated to support Qt 5 and/or Python 3.
4-
#
5-
# If you are not a CMake expert, you should better use the provided qmake profiles.
6-
#-----------------------------------------------------------------------------
71

82
cmake_minimum_required(VERSION 3.20.6)
93

@@ -185,7 +179,7 @@ set(sources
185179
)
186180

187181
#-----------------------------------------------------------------------------
188-
# List headers. This is list is used for the install command.
182+
# List headers. This list is used for the install command.
189183

190184
set(headers
191185
src/PythonQtBoolResult.h

0 commit comments

Comments
 (0)