Skip to content

Build fix for OSX 10.6 and Ubuntu 11.10#2

Open
bollig wants to merge 1 commit intoShadowIce:masterfrom
bollig:master
Open

Build fix for OSX 10.6 and Ubuntu 11.10#2
bollig wants to merge 1 commit intoShadowIce:masterfrom
bollig:master

Conversation

@bollig
Copy link
Copy Markdown

@bollig bollig commented Jan 7, 2012

Added a find_package for OpenGL and the necessary target_link_libraries
to get this framework to build on OSX 10.6. Not sure if the "required"
find_package will negatively impact linux/windows.

Added support for Ubuntu 11.10 (GNU G++ 4.4 compiler). The default
gcc-4.5 compiler is not supported by CUDA, so users specify the 4.4
alternative when first running cmake: "CC=gcc-4.4 CXX=g++-4.4 cmake".
The change of compiler is applied by the set(CUDA_NVCC_FLAGS ...).

Added a find_package for OpenGL and the necessary target_link_libraries
to get this framework to build on OSX 10.6. Not sure if the "required"
find_package will negatively impact linux/windows.

Added support for Ubuntu 11.10 (GNU G++ 4.4 compiler). The default
gcc-4.5 compiler is not supported by CUDA, so users specify the 4.4
alternative when first running cmake: "CC=gcc-4.4 CXX=g++-4.4 cmake".
The change of compiler is applied by the set(CUDA_NVCC_FLAGS ...).
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.

1 participant