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
Patrick Avery
SMTK
Commits
a4d58290
Commit
a4d58290
authored
Dec 11, 2013
by
Jacob Becker
Browse files
fix test for windows
parent
d8949fa2
Changes
2
Hide whitespace changes
Inline
Side-by-side
smtk/attribute/PythonTesting/CMakeLists.txt
View file @
a4d58290
...
...
@@ -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 @
a4d58290
...
...
@@ -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