Skip to content

Commit ee67d2e

Browse files
authored
Merge pull request #64 from jcarpent/topic/pkf-config
Fix packaging issue
2 parents 43f17f2 + 1519d7b commit ee67d2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ set(SIMDE_HINT_FAILURE
9292
"Set BUILD_WITH_VECTORIZATION_SUPPORT=OFF or install Simde on your system.\n If Simde is already installed, ensure that the CMake variable CMAKE_MODULE_PATH correctly points toward the location of FindSimde.cmake file."
9393
)
9494
if(BUILD_WITH_VECTORIZATION_SUPPORT)
95-
add_project_dependency(Simde REQUIRED FIND_EXTERNAL "Simde")
95+
add_project_dependency(Simde REQUIRED FIND_EXTERNAL "Simde"
96+
PKG_CONFIG_REQUIRES "simde")
9697
endif()
9798

9899
# Build the main library

0 commit comments

Comments
 (0)