Skip to content

Commit 6892375

Browse files
authored
Add missing gflags dependency in remillConfig.cmake (#726)
1 parent 2e5b535 commit 6892375

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/remillConfig.cmake.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@
1616

1717
set(REMILL_LLVM_VERSION @REMILL_LLVM_VERSION@)
1818

19+
set(GFLAGS_USE_TARGET_NAMESPACE ON)
20+
1921
# External libs
2022
include(CMakeFindDependencyMacro)
2123
find_dependency(XED)
2224
find_dependency(glog)
25+
find_dependency(gflags)
2326
find_dependency(LLVM)
2427
find_dependency(sleigh COMPONENTS Support Specs)
2528

0 commit comments

Comments
 (0)