X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=CMakeLists.txt;h=d4f11ad8c96d27d04dec864bfa9c5f821baebe5e;hp=d9398c079f384add4d58697773c5e4412484ceba;hb=78f3329f3481c13886be0189c58b98ee29a4c484;hpb=2234d55c7f6c9309d12c3a2a948a1b7f0e94b81a diff --git a/CMakeLists.txt b/CMakeLists.txt index d9398c0..d4f11ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 2.8) - +INCLUDE (FindPythonInterp) # Use clang on MacOSX. gcc doesn't support __thread key, and Apple has # abandoned it for clang. This must be done before the project is defined. @@ -109,7 +109,7 @@ add_subdirectory (traces) # portable across all platforms. However, these tests all rely on # doing image comparisons and the current implementation of the # "apitrace dump-images" command relies on direct invocation of the -# glretrace command. +# glreplay command. # # Someday, we should have more unified commands for replaying traces, # dumping images, etc. At that point these cli tests should be usable