Skip to content

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.

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.

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

3 participants