Skip to content

Commit a916e8d

Browse files
committed
Fix typo.
1 parent f3731a2 commit a916e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/render_pipeline-config.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/@TARGET_EXPORT_NAME@.cmake)
88
include(${CMAKE_CURRENT_LIST_DIR}/@PACKAGE_NAME@-macro.cmake)
99

1010
set(@PACKAGE_NAME@_VERSION "@PACKAGE_VERSION@")
11-
set(@PACKAGE_NAME@_INSTALL_DIR ${PACKAGE_PREIFX_DIR})
11+
set(@PACKAGE_NAME@_INSTALL_DIR ${PACKAGE_PREFIX_DIR})
1212

1313
message(STATUS "@PACKAGE_NAME@ version: ${@PACKAGE_NAME@_VERSION}")
1414

0 commit comments

Comments
 (0)