Skip to content

Commit a873a40

Browse files
committed
Try to use standard way to import gflags.
* See [here](https://gflags.github.io/gflags/#cmake).
1 parent e369107 commit a873a40

File tree

4 files changed

+5
-591
lines changed

4 files changed

+5
-591
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ find_package(NumPy REQUIRED)
2626
find_package(Threads REQUIRED)
2727
find_package(AVX QUIET)
2828
find_package(Glog REQUIRED)
29-
find_package(Gflags REQUIRED)
29+
find_package(gflags REQUIRED)
3030
find_package(GTest)
3131
find_package(Sphinx)
3232
find_package(Doxygen)

0 commit comments

Comments
 (0)