Have CMake adjust the tool path in prepareCatalogs.in.py

This commit is contained in:
Guilhem Lavaux 2012-11-20 17:56:13 -06:00
parent 72cd279b25
commit 7f8f0441b0

View file

@ -90,8 +90,8 @@ endCatalogStage = 4
startAPStage = 1 startAPStage = 1
endAPStage = 7 endAPStage = 7
ZOBOV_PATH = os.getenv("PWD")+"/../zobov/" ZOBOV_PATH = "@CMAKE_BINARY_DIR@/zobov/"
CTOOLS_PATH = os.getenv("PWD")+"/../c_tools/" CTOOLS_PATH = "@CMAKE_BINARY_DIR@/c_tools/"
freshStack = True freshStack = True
errorBars = "CALCULATED" errorBars = "CALCULATED"
numIncoherentRuns = 100 numIncoherentRuns = 100