diff --git a/CMakeLists.txt b/CMakeLists.txt index 1cf1d1921..0ceac9aea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -229,6 +229,7 @@ if(NOT TRITON_CORE_HEADERS_ONLY) endif(LINUX) set(TRITON_CORE_HEADERS_ONLY OFF) + # Need to use ExternalProject for our builds so that we can get the # correct dependencies between Triton shared library components and # the ExternalProject dependencies (found in the third_party repo)