Skip to content

Commit e01c6cf

Browse files
committed
update cmake files
1 parent ef4880e commit e01c6cf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ set(CMAKE_C_STANDARD 11)
99
set(CMAKE_C_STANDARD_REQUIRED ON)
1010
set(CMAKE_C_EXTENSIONS OFF)
1111

12+
message("Compiler: ${CMAKE_C_COMPILER_ID} Version: ${CMAKE_C_COMPILER_VERSION}")
13+
1214
# enable verbose compiler warnings.
1315
if(MSVC)
1416
add_compile_options(/W4 /WX)
@@ -148,7 +150,7 @@ set(CPACK_DEB_COMPONENT_INSTALL ON)
148150
set(CPACK_DEBIAN_ENABLE_COMPONENT_DEPENDS YES)
149151
set(CPACK_DEBIAN_LIB_PACKAGE_NAME "libdict")
150152
set(CPACK_DEBIAN_FILE_NAME "DEB-DEFAULT")
151-
set(CPACK_PACKAGE_CONTACT "Christian Giese <christian@rtbrick.com>")
153+
set(CPACK_PACKAGE_CONTACT "RtBrick <bngblaster@rtbrick.com>")
152154
if (NOT DEFINED LIBDICT_VERSION)
153155
set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
154156
else()

0 commit comments

Comments
 (0)