Skip to content

Conversation

@jmarrec
Copy link
Collaborator

@jmarrec jmarrec commented Oct 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 self-assigned this Oct 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 merged commit 1ba711c into develop Dec 8, 2025
17 of 20 checks passed
@jmarrec jmarrec deleted the werror_fixup branch December 8, 2025 09:04
@github-actions github-actions bot locked and limited conversation to collaborators Dec 8, 2025
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