- 
                Notifications
    You must be signed in to change notification settings 
- Fork 736
Switch to CMake-based build #986
New issue
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
Conversation
af7a1db    to
    34c7345      
    Compare
  
    be15a6a    to
    0a18ac6      
    Compare
  
            
          
                CMakeLists.txt
              
                Outdated
          
        
      | set(CMAKE_CXX_STANDARD 14 CACHE STRING "The C++ standard whose features are requested to build this target.") | ||
|  | ||
| find_package(Torch REQUIRED) | ||
| # TORCH_CXX_FLAGS contains proper _GLIBCXX_USE_CXX11_ABI | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can add a reference to the issue and a bit more color
| set(envs "PKG_CONFIG_PATH=${INSTALL_DIR}/lib/pkgconfig" "LDFLAGS=-L${INSTALL_DIR}/lib $ENV{LDFLAGS}" "CPPFLAGS=-I${INSTALL_DIR}/include $ENV{CPPFLAGS}" "CXXFLAGS=${TORCH_CXX_FLAGS} $ENV{CXXFLAGS}") | ||
|  | ||
|  | ||
| ExternalProject_Add(mad_ | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a follow-up, we could eventually use submodules
| Closing as the commit history gets very convoluted | 
Update RPC link, etc.
Moved to #1068