Skip to content

Commit

Permalink
Set absolute path for VK_INSTALL_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
lRespublica authored and mkornaukhov03 committed Jun 19, 2024
1 parent f469845 commit 76bc577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/init-global-vars.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
set(CMAKE_INSTALL_PREFIX "/." CACHE PATH "install prefix" FORCE)
endif()

set(VK_INSTALL_DIR usr/share/vkontakte)
set(VK_INSTALL_DIR /usr/share/vkontakte)
set(INSTALL_KPHP_SOURCE ${VK_INSTALL_DIR}/kphp_source)

set(CPACK_PACKAGING_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX})
Expand Down

0 comments on commit 76bc577

Please sign in to comment.