We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6fa5ac commit 3a602edCopy full SHA for 3a602ed
CMakeLists.txt
@@ -156,8 +156,6 @@ install(EXPORT ${PROJECT_NAME}-targets
156
FILE ${PROJECT_NAME}Targets.cmake
157
DESTINATION ${XSIMD_CMAKECONFIG_INSTALL_DIR})
158
159
-join_paths(libdir_for_pc_file "\${exec_prefix}" "${CMAKE_INSTALL_LIBDIR}")
160
-join_paths(includedir_for_pc_file "\${prefix}" "${CMAKE_INSTALL_INCLUDEDIR}")
161
configure_file(${PROJECT_NAME}.pc.in
162
"${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc"
163
@ONLY)
xsimd.pc.in
@@ -1,6 +1,6 @@
1
prefix=@CMAKE_INSTALL_PREFIX@
2
-libdir=@libdir_for_pc_file@
3
-includedir=@includedir_for_pc_file@
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
4
5
Name: xsimd
6
Description: xsimd provides a unified means for using SIMD features for library authors..
0 commit comments