Skip to content

Commit b448f16

Browse files
authored
Update components/core/CMakeLists.txt
1 parent a43eb9c commit b448f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ endif()
167167
if(CLP_USE_STATIC_LIBS)
168168
set(BZip2_USE_STATIC_LIBS ON)
169169
endif()
170-
find_package(BZip2 REQUIRED)
170+
find_package(BZip2 REQUIRED HINTS "${BZip2_ROOT}")
171171
message(STATUS "Found BZip2")
172172

173173
if(CLP_NEED_CATCH2)

0 commit comments

Comments
 (0)