Description: Set samtools path
Author: Afif Elghraoui <afif@ghraoui.name>
Forwarded: not-needed
Last-Update: 2015-09-06
--- pbbam.orig/tests/CMakeLists.txt
+++ pbbam/tests/CMakeLists.txt
@@ -2,7 +2,7 @@
 
 # find samtools binary for comparing against 'gold standard' files
 #set(Samtools_Dir "/Users/derek/development/samtools")
-set(Samtools_Dir "${PacBioBAM_RootDir}/../../../../prebuilt.out/samtools/samtools-0.1.19/ubuntu-1404/bin")
+set(Samtools_Dir "")
 find_program(Samtools_Bin samtools HINTS ${Samtools_Dir})
 
 # ensure tests directory exists
