8000 cmake: Fix cmake syntax for windows condition by tmarcero · Pull Request #327 · accellera-official/cci · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cmake: Fix cmake syntax for windows condition #327

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

Merged
merged 2 commits into from
May 27, 2025

Conversation

tmarcero
Copy link
Contributor
@tmarcero tmarcero commented May 19, 2025
  • We have the errors:
CMake Error at CMakeLists.txt:216 (set):
  set given invalid arguments for CACHE mode.

Because the syntax was not correct.

CMake Error at CMakeLists.txt:373 (file):
  file FILE([TO_CMAKE_PATH|TO_NATIVE_PATH] path result) must be called with
  exactly three arguments.

Missing some quotes for the path.
https://cmake.org/cmake/help/latest/command/file.html#to-cmake-path

tmarcero added 2 commits May 19, 2025 12:32
- We have the error:
```
CMake Error at CMakeLists.txt:216 (set):
  set given invalid arguments for CACHE mode.
```
Because the syntax was not correct.

Signed-off-by: tmarcero <tmarcero@quicinc.com>
- We had the error:
```
CMake Error at CMakeLists.txt:373 (file):
  file FILE([TO_CMAKE_PATH|TO_NATIVE_PATH] path result) must be called with
  exactly three arguments.
```
Missing some quotes for the path.
https://cmake.org/cmake/help/latest/command/file.html#to-cmake-path

Signed-off-by: tmarcero <tmarcero@quicinc.com>
@aut0
Copy link
Collaborator
aut0 commented May 22, 2025

LGTM

@aut0 aut0 merged commit 18939a3 into accellera-official:main May 27, 2025
36 checks passed
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
0