mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-18 02:50:33 +01:00
Use cmake build in executable suffix.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=41252 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
9866c2d785
commit
720afc64b8
1 changed files with 2 additions and 3 deletions
|
|
@ -353,9 +353,8 @@ endif(X11_FOUND)
|
|||
|
||||
# test binary names
|
||||
if (WIN32)
|
||||
# Automake calls this EXEEXT, and CMake doesn't have a standard name
|
||||
# for it; follow Automake's naming convention so we can share .in files
|
||||
set (EXEEXT ".exe")
|
||||
# follow Automake's naming convention so we can share .in files
|
||||
set (EXEEXT ${CMAKE_EXECUTABLE_SUFFIX})
|
||||
endif(WIN32)
|
||||
|
||||
if (MSVC_IDE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue