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

exclude non-64-bit-modules from 64 bit builds #398

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

n7275
Copy link
Contributor

@n7275 n7275 commented Jan 3, 2024

This is a temporary fix to make 64-bit builds usable "out of the box" without commenting out anything in sol.cfg

closes #243
closes #353

This is not a replacement for the missing modules. It just prevents CMAKE from packaging non-working 32-bit DLLs with OOx64

@jarmonik
Copy link
Contributor

jarmonik commented Jan 5, 2024

Let me know when this is ready for merge.

@@ -28,6 +28,7 @@ set_target_properties(${CELBODY}
FOLDER Celbody
)

if(NOT CMAKE_CL_64) #remove me when this celbody has source code that can be built
Copy link
Contributor

Choose a reason for hiding this comment

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

We have BUILD64 macro in root CMakeLists.txt - worth using that for consistency

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.

Mars atmospheric model seems broken in 64bit build Physics Instability Caused by 32 bit DLLs
3 participants