]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Build the tools dir only if the cmake file exists
authorMatthew Barr <matthew.barr@intel.com>
Tue, 8 Dec 2015 03:40:20 +0000 (14:40 +1100)
committerMatthew Barr <matthew.barr@intel.com>
Tue, 1 Mar 2016 00:19:32 +0000 (11:19 +1100)
CMakeLists.txt

index 4034b14bac381102540aa49133bc25bab84f3fd7..54e5c9f728660c19eb9c9e6f010279ff2fa96ade 100644 (file)
@@ -332,7 +332,7 @@ endif()
 add_subdirectory(util)
 add_subdirectory(unit)
 add_subdirectory(doc/dev-reference)
-if (EXISTS ${CMAKE_SOURCE_DIR}/tools)
+if (EXISTS ${CMAKE_SOURCE_DIR}/tools/CMakeLists.txt)
     add_subdirectory(tools)
 endif()