Skip to content

Commit 82c71c4

Browse files
committed
Add missing $
1 parent 5c71bd9 commit 82c71c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/core/cmake/Modules/FindBZip2.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ if(NOT TARGET BZip2::BZip2)
9595
endif()
9696

9797
# Restore original value of PKG_CONFIG_PATH
98-
set(ENV{PKG_CONFIG_PATH} "ENV{bzip2_ORIG_PKG_CONFIG_PATH}")
98+
set(ENV{PKG_CONFIG_PATH} "$ENV{bzip2_ORIG_PKG_CONFIG_PATH}")
9999
unset(ENV{bzip2_ORIG_PKG_CONFIG_PATH})

0 commit comments

Comments
 (0)