Skip to content

Commit 751abb0

Browse files
committed
Update qlever binary names and remove old apple .dmg cpack block
1 parent e60648f commit 751abb0

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

CMakeLists.txt

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,8 @@ qlever_target_link_libraries(PrintIndexVersionMain util)
522522
target_include_directories(IndexBuilderMain PRIVATE ${CMAKE_CURRENT_BINARY_DIR})
523523
target_include_directories(ServerMain PRIVATE ${CMAKE_CURRENT_BINARY_DIR})
524524

525-
# set_target_properties(IndexBuilderMain PROPERTIES OUTPUT_NAME "qlever-index-builder")
526-
# set_target_properties(ServerMain PROPERTIES OUTPUT_NAME "qlever-server")
525+
set_target_properties(IndexBuilderMain PROPERTIES OUTPUT_NAME "qlever-loader")
526+
set_target_properties(ServerMain PROPERTIES OUTPUT_NAME "qlever-server")
527527

528528
install(TARGETS
529529
ServerMain
@@ -575,11 +575,4 @@ set(CPACK_VERBATIM_VARIABLES YES)
575575
set(CPACK_PACKAGE_DESCRIPTION "QLever Graph Database")
576576
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "QLever Graph Database implementing the RDF and SPARQL standards.")
577577

578-
if(APPLE)
579-
set(CPACK_GENERATOR "DragNDrop")
580-
set(CPACK_DMG_VOLUME_NAME "QLever")
581-
set(CPACK_PACKAGE_FILE_NAME
582-
"${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}-macos")
583-
endif()
584-
585578
include(CPack)

0 commit comments

Comments
 (0)