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

Fixed LIBM target issue and added the missing file gettimeoftheday c #3

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

Mahesh1998
Copy link
Owner

  1. MSVC cmake doesn't find conda libraries with prefix. So, we use conda cmake.
  2. MSVC cmake requires lot of changes to detect conda libraries. But conda cmake detected all conda libraries without any changes.
  3. The 2 changes are from the error message LIBM target and the missing gettimeoftheday c file. So, I copied the file from postgresql by following the commit message (add gettimeofday windowss implemenation from postgresql).
  4. Conda cmake uses the same target as MSVC cmake (Visual Studio 17 2022).

How to build: msbuild GRASS.sln

Currently Fixing MSVC errors

@github-actions github-actions bot added the C label Sep 6, 2024
@Mahesh1998 Mahesh1998 merged commit 6d29c6e into cmake_build_work Sep 6, 2024
16 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant