blob: fde839e2f9b01065aed28852a3b92088e8d11d1f [file] [log] [blame]
Brian Silverman8fce7482020-01-05 13:18:21 -08001include(CMakeFindDependencyMacro)
2@FILENAME_DEP_REPLACE@
3set(THREADS_PREFER_PTHREAD_FLAG ON)
4find_dependency(Threads)
James Kuszmaulcf324122023-01-14 14:07:17 -08005@FMTLIB_SYSTEM_REPLACE@
Brian Silverman8fce7482020-01-05 13:18:21 -08006
Austin Schuh812d0d12021-11-04 20:16:48 -07007@FILENAME_DEP_REPLACE@
Brian Silverman8fce7482020-01-05 13:18:21 -08008include(${SELF_DIR}/wpiutil.cmake)