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 5c71bd9 commit 82c71c4Copy full SHA for 82c71c4
components/core/cmake/Modules/FindBZip2.cmake
@@ -95,5 +95,5 @@ if(NOT TARGET BZip2::BZip2)
95
endif()
96
97
# Restore original value of PKG_CONFIG_PATH
98
-set(ENV{PKG_CONFIG_PATH} "ENV{bzip2_ORIG_PKG_CONFIG_PATH}")
+set(ENV{PKG_CONFIG_PATH} "$ENV{bzip2_ORIG_PKG_CONFIG_PATH}")
99
unset(ENV{bzip2_ORIG_PKG_CONFIG_PATH})
0 commit comments