Skip to content

Commit

Permalink
Fixed installation of tlo-parsing and vkext (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
troy4eg authored Oct 9, 2024
1 parent bed2e4d commit 3385397
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions cmake/init-global-vars.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ set_property(SOURCE ${COMMON_DIR}/version-string.cpp
PROPERTY COMPILE_DEFINITIONS
COMMIT="${GIT_COMMIT} ${VERSION_SUFFIX}" BUILD_TIMESTAMP=${BUILD_TIMESTAMP})

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(INSTALL_KPHP_SOURCE ${VK_INSTALL_DIR}/kphp_source)

Expand Down
2 changes: 1 addition & 1 deletion vkext/vkext.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function(install_vkext PHP_VERSION)

install(FILES ${OBJS_DIR}/vkext/modules${PHP_VERSION}/vkext.so
COMPONENT ${COMPONENT_NAME}
DESTINATION ${CMAKE_INSTALL_PREFIX}/${VKEXT_LIB_DESTINATION})
DESTINATION ${VKEXT_LIB_DESTINATION})

install(FILES ${VKEXT_DIR}/vkext.ini
COMPONENT ${COMPONENT_NAME}
Expand Down

0 comments on commit 3385397

Please sign in to comment.