File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
# If you are not a CMake expert, you should better use the provided qmake profiles.
6
6
#-----------------------------------------------------------------------------
7
7
8
- cmake_minimum_required (VERSION 3.0 )
8
+ cmake_minimum_required (VERSION 2.8.12 )
9
9
10
10
#-----------------------------------------------------------------------------
11
11
project (PythonQt )
@@ -349,7 +349,7 @@ set_target_properties(PythonQt PROPERTIES
349
349
)
350
350
351
351
target_compile_options (PythonQt PRIVATE
352
- $< $< AND: $< CXX_COMPILER_ID:MSVC> , $< VERSION_GREATER: $< CXX_COMPILER_VERSION > ,19.0 > > :/bigobj>
352
+ $< $< CXX_COMPILER_ID:MSVC> :/bigobj>
353
353
)
354
354
355
355
target_link_libraries (PythonQt
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ official repository.
17
17
Prerequisites
18
18
-------------
19
19
20
- * CMake 3.x
20
+ * CMake 2.8.12
21
21
* Qt 4.6.2 or above
22
22
23
23
Build instructions
You can’t perform that action at this time.
0 commit comments