Skip to content

Commit aaa41cd

Browse files
authored
cmake executable binary name fix (#26)
1 parent 2e94b17 commit aaa41cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ set(NEPDATE_CALENDAR_RESOURCES
108108
add_nepdate_executable(nepdate_calendar "${NEPDATE_CALENDAR_SOURCES}" "${NEPDATE_CALENDAR_HEADERS}" "${NEPDATE_CALENDAR_FORMS}" "${NEPDATE_CALENDAR_RESOURCES}")
109109

110110
# Set the output name to nepdate-calendar
111-
set_target_properties(nepdate_calendar PROPERTIES OUTPUT_NAME nepdate_calendar)
111+
set_target_properties(nepdate_calendar PROPERTIES OUTPUT_NAME nepdate-calendar)

0 commit comments

Comments
 (0)