Skip to content

Commit 15a0df5

Browse files
author
Praful Agrawal
committed
minor updates
1 parent 888d303 commit 15a0df5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ IF (BUILD_EXECS_AT_SAME_LEVEL)
88
SET(CMAKE_BUNDLE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/binary)
99
ENDIF (BUILD_EXECS_AT_SAME_LEVEL)
1010

11-
SET(ITK_DIR "~/BuildDIR/ITK-4.7.2")
12-
SET(VTK_DIR "~/BuildDIR/VTK-5.10.1")
13-
SET(VXL_DIR "~/BuildDIR/vxl")
11+
SET(ITK_DIR "path-to-ITK-4.7.2-build")
12+
SET(VTK_DIR "path-to-VTK-5.10.1-build")
13+
SET(VXL_DIR "path-to-vxl-build")
1414

1515
option(Build_PrepTools "Build prep tools" ON)
1616
option(Build_Run "Build shapeworks" ON)

0 commit comments

Comments
 (0)