Skip to content

Conversation

@jmarrec
Copy link
Collaborator

@jmarrec jmarrec commented Sep 2, 2025

CMake Warning (dev) at CMakeLists.txt:694 (elseif):
  ELSEIF called with no arguments, it will be skipped.
This warning is for project developers.  Use -Wno-dev to suppress it.

```
CMake Warning (dev) at CMakeLists.txt:694 (elseif):
  ELSEIF called with no arguments, it will be skipped.
This warning is for project developers.  Use -Wno-dev to suppress it.
```
@jmarrec jmarrec requested a review from macumber September 2, 2025 10:04
@jmarrec jmarrec self-assigned this Sep 2, 2025
# treat warnings as errors
add_definitions(/WX)
elseif()
else()
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here

endif()

project(OpenStudioApplication VERSION 1.10.0)
project(OpenStudioApplication VERSION 1.11.0)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bump to 1.11.0

# TODO: Modify the more specific variables as needed to indicate prerelease, etc
# Keep in beta in-between release cycles. Set to empty string (or comment out) for official)
set(PROJECT_VERSION_PRERELEASE "")
set(PROJECT_VERSION_PRERELEASE "alpha")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alpha

@jmarrec jmarrec closed this Oct 2, 2025
@jmarrec jmarrec deleted the werror_fixup branch October 2, 2025 10:51
@github-actions github-actions bot locked and limited conversation to collaborators Oct 2, 2025
@jmarrec jmarrec restored the werror_fixup branch October 2, 2025 10:51
@jmarrec jmarrec deleted the werror_fixup branch December 8, 2025 09:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant