File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11include (../../cmake-module/python.cmake)
22
33findpython(REQUIRED Development.Module)
4- file (MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} /external/ pybind11)
4+ file (MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} /external/pybind11)
55add_subdirectory (external/pybind11
66 ${CMAKE_CURRENT_BINARY_DIR} /external/pybind11)
77
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if(TEST_JULIA_INTERFACE)
1111 if (NOT Julia_PyCall_found)
1212 message (
1313 FATAL_ERROR
14- ' PyCall not installed. Please use import Pkg; Pkg.add("PyCall" )' )
14+ " PyCall not installed. Please use import Pkg; Pkg.add(\ " PyCall\" )" )
1515 endif ()
1616 add_subdirectory (julia)
1717endif ()
Original file line number Diff line number Diff line change 11add_custom_target (example-py)
22
33file (GLOB_RECURSE ${PROJECT_NAME} _PYTHON_EXAMPLES *.py)
4- message (${${PROJECT_NAME} _PYTHON_EXAMPLES})
54
65foreach (EXAMPLE ${${PROJECT_NAME} _PYTHON_EXAMPLES})
76 string (REGEX REPLACE "${PROJECT_SOURCE_DIR} /examples/python/" "" EXAMPLE
You can’t perform that action at this time.
0 commit comments