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
08def181
Commit
08def181
authored
Dec 11, 2013
by
Jacob Becker
Browse files
correct spelling
parent
4a8c7a64
Changes
2
Hide whitespace changes
Inline
Side-by-side
smtk/attribute/PythonTesting/CMakeLists.txt
View file @
08def181
...
@@ -9,9 +9,9 @@ if( PYTHONINTERP_FOUND )
...
@@ -9,9 +9,9 @@ if( PYTHONINTERP_FOUND )
endif
()
endif
()
set
(
SIBOKEN_SMTK_PYTHON
""
)
set
(
SIBOKEN_SMTK_PYTHON
""
)
if
(
UNIX
)
if
(
UNIX
)
set
(
SIBOKEN_SMTK_PYTHON
"
${
CMAKE_BINARY_DIR
}
:
${
SHIBOKEN_LIBRARY_PATH
}
"
)
set
(
S
H
IBOKEN_SMTK_PYTHON
"
${
CMAKE_BINARY_DIR
}
:
${
SHIBOKEN_LIBRARY_PATH
}
"
)
else
()
#windows
else
()
#windows
set
(
SIBOKEN_SMTK_PYTHON
"
${
CMAKE_BINARY_DIR
}
;
${
SHIBOKEN_LIBRARY_PATH
}
"
)
set
(
S
H
IBOKEN_SMTK_PYTHON
"
${
CMAKE_BINARY_DIR
}
;
${
SHIBOKEN_LIBRARY_PATH
}
"
)
endif
()
endif
()
message
(
"
${
LIB_ENV_VAR
}
PYTHONPATH=
${
SIBOKEN_SMTK_PYTHON
}
"
)
message
(
"
${
LIB_ENV_VAR
}
PYTHONPATH=
${
SIBOKEN_SMTK_PYTHON
}
"
)
message
(
"
${
SHIBOKEN_LIBRARY_PATH
}
"
)
message
(
"
${
SHIBOKEN_LIBRARY_PATH
}
"
)
...
@@ -30,7 +30,7 @@ if( PYTHONINTERP_FOUND )
...
@@ -30,7 +30,7 @@ if( PYTHONINTERP_FOUND )
expressintTestPy expressionTest2Py
expressintTestPy expressionTest2Py
attributeAutoNamingTestPy attributeAutoNamingTestPy
attributeAutoNamingTestPy attributeAutoNamingTestPy
attributeReferencingTestPy categoryTestPy attributeFindItemTestPy
attributeReferencingTestPy categoryTestPy attributeFindItemTestPy
PROPERTIES ENVIRONMENT
"PYTHONPATH=
${
SIBOKEN_SMTK_PYTHON
}
;
${
LIB_ENV_VAR
}
"
)
PROPERTIES ENVIRONMENT
"PYTHONPATH=
${
S
H
IBOKEN_SMTK_PYTHON
}
;
${
LIB_ENV_VAR
}
"
)
else
()
else
()
message
(
"could not find python interp"
)
message
(
"could not find python interp"
)
endif
()
endif
()
smtk/model/PythonTesting/CMakeLists.txt
View file @
08def181
...
@@ -15,7 +15,7 @@ if( PYTHONINTERP_FOUND )
...
@@ -15,7 +15,7 @@ if( PYTHONINTERP_FOUND )
if
(
UNIX
)
if
(
UNIX
)
set
(
SHIBOKEN_SMTK_PYTHON
"
${
CMAKE_BINARY_DIR
}
:
${
SHIBOKEN_LIBRARY_PATH
}
"
)
set
(
SHIBOKEN_SMTK_PYTHON
"
${
CMAKE_BINARY_DIR
}
:
${
SHIBOKEN_LIBRARY_PATH
}
"
)
else
()
#windows
else
()
#windows
set
(
SIBOKEN_SMTK_PYTHON
"
${
CMAKE_BINARY_DIR
}
;
${
SHIBOKEN_LIBRARY_PATH
}
"
)
set
(
S
H
IBOKEN_SMTK_PYTHON
"
${
CMAKE_BINARY_DIR
}
;
${
SHIBOKEN_LIBRARY_PATH
}
"
)
endif
()
endif
()
foreach
(
test
${
smtkModelPythonTests
}
)
foreach
(
test
${
smtkModelPythonTests
}
)
...
...
Write
Preview
Markdown
is supported
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