Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Thompson
SMTK
Commits
4a8c7a64
Commit
4a8c7a64
authored
Dec 11, 2013
by
Jacob Becker
Committed by
Kitware Robot
Dec 11, 2013
Browse files
Merge topic 'fix_python_tests_on_windows'
a4d58290
fix test for windows
parents
d8949fa2
a4d58290
Changes
2
Hide whitespace changes
Inline
Side-by-side
smtk/attribute/PythonTesting/CMakeLists.txt
View file @
4a8c7a64
...
...
@@ -10,6 +10,8 @@ if( PYTHONINTERP_FOUND )
set
(
SIBOKEN_SMTK_PYTHON
""
)
if
(
UNIX
)
set
(
SIBOKEN_SMTK_PYTHON
"
${
CMAKE_BINARY_DIR
}
:
${
SHIBOKEN_LIBRARY_PATH
}
"
)
else
()
#windows
set
(
SIBOKEN_SMTK_PYTHON
"
${
CMAKE_BINARY_DIR
}
;
${
SHIBOKEN_LIBRARY_PATH
}
"
)
endif
()
message
(
"
${
LIB_ENV_VAR
}
PYTHONPATH=
${
SIBOKEN_SMTK_PYTHON
}
"
)
message
(
"
${
SHIBOKEN_LIBRARY_PATH
}
"
)
...
...
smtk/model/PythonTesting/CMakeLists.txt
View file @
4a8c7a64
...
...
@@ -14,6 +14,8 @@ if( PYTHONINTERP_FOUND )
set
(
SHIBOKEN_SMTK_PYTHON
""
)
if
(
UNIX
)
set
(
SHIBOKEN_SMTK_PYTHON
"
${
CMAKE_BINARY_DIR
}
:
${
SHIBOKEN_LIBRARY_PATH
}
"
)
else
()
#windows
set
(
SIBOKEN_SMTK_PYTHON
"
${
CMAKE_BINARY_DIR
}
;
${
SHIBOKEN_LIBRARY_PATH
}
"
)
endif
()
foreach
(
test
${
smtkModelPythonTests
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment