Skip to content

Commit 853629b

Browse files
committed
Revert "pass itcl vars forward"
This reverts commit ec648a3. We actually don't want to pass these vars forward because they're potentially unset, and then when passed forward, they're cached and subsequent find_library() calls skip even checking for it.
1 parent 8fe78cf commit 853629b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

itk/CMakeLists.txt

-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ if (ENABLE_ITK)
6666
-DCMAKE_INSTALL_PREFIX=${CMAKE_BUNDLE_INSTALL_PREFIX}
6767
-DCMAKE_INSTALL_RPATH=${CMAKE_BUNDLE_INSTALL_PREFIX}/${LIB_DIR}/${RPATH_SUFFIX}
6868
-DINCLUDE_DIR=${INCLUDE_DIR}
69-
-DITCL_LIBRARY=${ITCL_LIBRARY}
70-
-DITCL_STUB_LIBRARY=${ITCL_STUB_LIBRARY}
71-
-DITCL_INCLUDE_PATH=${ITCL_INCLUDE_PATH}
7269
-DITCL_ROOT=$<$<BOOL:${ITCL_TARGET}>:${CMAKE_BUNDLE_INSTALL_PREFIX}>
7370
-DSHARED_DIR=${LIB_DIR}
7471
-DTCL_ENABLE_TK=ON

0 commit comments

Comments
 (0)