Skip to content

Commit

Permalink
sbling
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltca committed Mar 2, 2024
1 parent b9d9d06 commit 5aedc8c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/kvirc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,6 @@ endif()

target_link_libraries(${KVIRC_BINARYNAME} ${KVILIB_BINARYNAME} ${LIBS} ${qt_kvirc_modules})

if(APPLE)
set_target_properties(${KVIRC_BINARYNAME} PROPERTIES MACOSX_BUNDLE TRUE)
endif()

if(MINGW)
# For some reason CMake doesn't do this itself...
# In case of MSVC, it does add /implib:kvirc.lib though
Expand Down Expand Up @@ -304,7 +300,7 @@ if(WANT_STRIP)
endif()

# Installation directives
install(TARGETS ${KVIRC_BINARYNAME} RUNTIME DESTINATION "${KVIRC_BIN_PATH}" BUNDLE DESTINATION .)
install(TARGETS ${KVIRC_BINARYNAME} RUNTIME DESTINATION "${KVIRC_BIN_PATH}")
if(MSVC)
install(FILES $<TARGET_PDB_FILE:${KVIRC_BINARYNAME}> DESTINATION ${KVIRC_BIN_PATH} OPTIONAL)
endif()
Expand Down

0 comments on commit 5aedc8c

Please sign in to comment.