We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there This is just for sharing in case others experience the same issue and I don't have time for a pull request:
set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_EXTENSIONS OFF) set(CMAKE_POSITION_INDEPENDENT_CODE ON)
instead of setting it explicitly with
set(CMAKE_CXX_FLAGS "-std=c++11 -fPIC" CACHE STRING "compile flags" FORCE)
set(PYBIND11_CMAKE_DIR "XXXXX/share/cmake/pybind11" CACHE PATH "pybind11 CMake directory")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there
This is just for sharing in case others experience the same issue and I don't have time for a pull request:
instead of setting it explicitly with
The text was updated successfully, but these errors were encountered: