Skip to content

Commit

Permalink
cmake executable binary name fix (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
khumnath authored Nov 9, 2024
1 parent 2e94b17 commit aaa41cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ set(NEPDATE_CALENDAR_RESOURCES
add_nepdate_executable(nepdate_calendar "${NEPDATE_CALENDAR_SOURCES}" "${NEPDATE_CALENDAR_HEADERS}" "${NEPDATE_CALENDAR_FORMS}" "${NEPDATE_CALENDAR_RESOURCES}")

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

0 comments on commit aaa41cd

Please sign in to comment.