We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8606e commit 8e6104eCopy full SHA for 8e6104e
1 file changed
CMakeLists.txt
@@ -37,9 +37,9 @@ SET(COPYRIGHT_YEARS "2000-${CURRENTYEAR}")
37
SET(STELLARIUM_URL "https://stellarium.org/")
38
ADD_DEFINITIONS(-DSTELLARIUM_URL="${STELLARIUM_URL}")
39
40
-# The line below is copied from copied from src/gui/HelpDialog.cpp file
+# The line below is copied from src/gui/HelpDialog.cpp file
41
SET(STELLARIUM_COPYRIGHT "Copyright © ${COPYRIGHT_YEARS} ${PROJECT_NAME} Developers")
42
-# The line below is copied from copied from src/main.cpp file
+# The line below is copied from src/main.cpp file
43
#SET(STELLARIUM_COPYRIGHT "Copyright © ${COPYRIGHT_YEARS} Fabien Chereau et al.")
44
ADD_DEFINITIONS(-DSTELLARIUM_COPYRIGHT="${STELLARIUM_COPYRIGHT}")
45
0 commit comments