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 ef4880e commit e01c6cfCopy full SHA for e01c6cf
1 file changed
CMakeLists.txt
@@ -9,6 +9,8 @@ set(CMAKE_C_STANDARD 11)
9
set(CMAKE_C_STANDARD_REQUIRED ON)
10
set(CMAKE_C_EXTENSIONS OFF)
11
12
+message("Compiler: ${CMAKE_C_COMPILER_ID} Version: ${CMAKE_C_COMPILER_VERSION}")
13
+
14
# enable verbose compiler warnings.
15
if(MSVC)
16
add_compile_options(/W4 /WX)
@@ -148,7 +150,7 @@ set(CPACK_DEB_COMPONENT_INSTALL ON)
148
150
set(CPACK_DEBIAN_ENABLE_COMPONENT_DEPENDS YES)
149
151
set(CPACK_DEBIAN_LIB_PACKAGE_NAME "libdict")
152
set(CPACK_DEBIAN_FILE_NAME "DEB-DEFAULT")
-set(CPACK_PACKAGE_CONTACT "Christian Giese <christian@rtbrick.com>")
153
+set(CPACK_PACKAGE_CONTACT "RtBrick <bngblaster@rtbrick.com>")
154
if (NOT DEFINED LIBDICT_VERSION)
155
set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
156
else()
0 commit comments