Skip to content

Commit 444cc79

Browse files
authored
revert hints because it changes find_package mode
1 parent b448f16 commit 444cc79

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 HINTS "${BZip2_ROOT}")
170+
find_package(BZip2 REQUIRED)
171171
message(STATUS "Found BZip2")
172172

173173
if(CLP_NEED_CATCH2)

0 commit comments

Comments
 (0)