From 9aa0f99b267343c39dfc980bd7ebc5b3ec0db518 Mon Sep 17 00:00:00 2001 From: Kamil Sedlak Date: Tue, 5 Jun 2012 09:51:48 +0000 Subject: [PATCH] 5.6.2012 Kamil Sedlak Fixed small inconsitency in CMakeLists.txt --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e47a54a..bb33082 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,8 +62,8 @@ target_link_libraries(musrSim ${Geant4_LIBRARIES} ${ROOT_LIBRARIES}) # relies on these scripts being in the current working directory. # set(EXAMPLEB1_SCRIPTS - run/1.mac - run/1.rndm + run/101.mac + run/102.mac ) foreach(_script ${EXAMPLEB1_SCRIPTS})