Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit a371530

Browse files
committed
fix config path
1 parent a2f06ae commit a371530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ install(TARGETS
4040
install(EXPORT
4141
cnpyConfig
4242
# DESTINATION "${CMAKE_INSTALL_DATADIR}/cnpy/cmake"
43-
DESTINATION "lib/cmake"
43+
DESTINATION "lib/cmake/cnpy"
4444
NAMESPACE cnpy::
4545
)

0 commit comments

Comments
 (0)