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
Guilhem Saurel
pinocchio
Commits
d933ad1e
Verified
Commit
d933ad1e
authored
Oct 30, 2021
by
Justin Carpentier
Browse files
cmake: fix namings
parent
08f48e07
Changes
2
Hide whitespace changes
Inline
Side-by-side
unittest/python/pybind11/CMakeLists.txt
View file @
d933ad1e
...
...
@@ -20,6 +20,6 @@ if(CMAKE_VERSION VERSION_GREATER 3.11)
target_compile_definitions
(
cpp2pybind11 PRIVATE -DNOMINMAX
)
endif
(
WIN32
)
add_python_unit_test
(
"test-py-
test_
cpp2pybind11"
"unittest/python/pybind11/test
_
cpp2pybind11.py"
"bindings/python"
"unittest/python/pybind11"
)
add_python_unit_test
(
"test-py-cpp2pybind11"
"unittest/python/pybind11/test
-
cpp2pybind11.py"
"bindings/python"
"unittest/python/pybind11"
)
endif
()
endif
()
unittest/python/pybind11/test
_
cpp2pybind11.py
→
unittest/python/pybind11/test
-
cpp2pybind11.py
View file @
d933ad1e
File moved
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