Skip to content
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

Update CMakeLists to support UTMSP CMake build #8

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

rpashchapur
Copy link
Collaborator

This PR aims to improve the UTMSP library's build process by updating the CMake and Make build configurations for UTMSP support. It involves configuring required flags, linking the needed libraries, and verifying compatibility.

To enable UTMSP Adapter support, execute these commands:

  1. Create a new build directory: "mkdir build"
  2. Navigate to the build directory: "cd build"
  3. Run cmake with UTM Adapter configuration: "cmake -DCONFIG_UTM_ADAPTER=ON .."
  4. Compile the build: "make"

@rpashchapur rpashchapur changed the title Update CMakeLists to support UTMSP Update CMakeLists to support UTMSP CMake build Feb 4, 2024
@govindsi govindsi merged commit 90d7528 into tiiuae:UTM_Adapter_v1 Feb 6, 2024
7 checks passed
@rpashchapur rpashchapur deleted the sandbox/upstream/Ravi branch March 27, 2024 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants