add root patch
This commit is contained in:
18
build_files/CMakeLists.txt.patch
Normal file
18
build_files/CMakeLists.txt.patch
Normal file
@@ -0,0 +1,18 @@
|
||||
--- CMakeLists.txt 2022-04-13 11:22:25.245680300 +0300
|
||||
+++ CMakeLists_f.txt 2023-03-15 14:11:55.883681000 +0300
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
include(FeatureSummary)
|
||||
include(QtCreatorIDEBranding RESULT_VARIABLE IDE_BRANDING_FILE)
|
||||
+project(QtCreator VERSION ${IDE_VERSION})
|
||||
include(QtCreatorTranslations)
|
||||
include(QtCreatorDocumentation)
|
||||
include(QtCreatorAPI)
|
||||
@@ -17,7 +18,6 @@
|
||||
|
||||
mark_as_advanced(IDE_REVISION IDE_REVISION_STR IDE_REVISION_URL)
|
||||
|
||||
-project(QtCreator VERSION ${IDE_VERSION})
|
||||
|
||||
# Force C++ standard, do not fall back, do not use compiler extensions
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
Reference in New Issue
Block a user