OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:find_package
(Results
1 - 17
of
17
) sorted by null
/external/gflags/test/config/
CMakeLists.txt
7
find_package
(gflags REQUIRED)
/external/gflags/test/nc/
CMakeLists.txt
12
find_package
(gflags REQUIRED)
/external/eigen/cmake/
FindPastix.cmake
12
# Use this module by invoking
find_package
with the form:
13
#
find_package
(PASTIX
141
find_package
(Threads REQUIRED QUIET)
143
find_package
(Threads QUIET)
201
find_package
(HWLOC REQUIRED QUIET)
203
find_package
(HWLOC QUIET)
212
find_package
(BLASEXT REQUIRED QUIET)
214
find_package
(BLASEXT QUIET)
233
find_package
(MPI REQUIRED QUIET)
235
find_package
(MPI QUIET
[
all
...]
FindBLASEXT.cmake
47
find_package
(BLAS REQUIRED QUIET)
49
find_package
(BLAS REQUIRED)
53
find_package
(BLAS QUIET)
55
find_package
(BLAS)
285
# remark: because it is not given by
find_package
(BLAS)
FindPTSCOTCH.cmake
12
# Use this module by invoking
find_package
with the form:
13
#
find_package
(PTSCOTCH
84
find_package
(Threads REQUIRED)
86
find_package
(Threads)
93
find_package
(MPI REQUIRED)
95
find_package
(MPI)
FindScotch.cmake
12
# Use this module by invoking
find_package
with the form:
13
#
find_package
(SCOTCH
76
find_package
(Threads REQUIRED)
78
find_package
(Threads)
FindHWLOC.cmake
12
# Use this module by invoking
find_package
with the form:
13
#
find_package
(HWLOC
69
find_package
(PkgConfig QUIET)
FindBLAS.cmake
512
find_package
(Threads)
514
find_package
(Threads REQUIRED)
[
all
...]
/external/libaom/libaom/build/cmake/
aom_configure.cmake
158
find_package
(wxWidgets REQUIRED adv base core)
332
find_package
(Git)
341
find_package
(Perl)
/external/freetype/builds/cmake/
testbuild.sh
79
find_package
(Freetype REQUIRED CONFIG)
/external/cn-cbor/
CMakeLists.txt
16
find_package
(Doxygen)
/external/googletest/googletest/docs/
Pkgconfig.md
28
find_package
(PkgConfig)
/external/cn-cbor/cmake/
CoverallsGenerateGcov.cmake
74
find_package
(Git)
/external/gflags/test/
CMakeLists.txt
174
find_package
(PythonInterp)
/external/libaom/libaom/test/
test.cmake
233
find_package
(PythonInterp)
/external/gflags/
CMakeLists.txt
26
##
find_package
(gflags REQUIRED)
36
##
find_package
(gflags COMPONENTS nothreads_static)
316
find_package
(Threads)
504
# Define "gflags::gflags" alias for projects that support both
find_package
(gflags) and add_subdirectory(gflags)
/external/libaom/libaom/
CMakeLists.txt
500
find_package
(Threads)
Completed in 411 milliseconds