Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
glfw
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pirvi-public
glfw
Commits
42efd266
Commit
42efd266
authored
Oct 18, 2015
by
Camilla Löwy
Browse files
Options
Downloads
Patches
Plain Diff
Remove support for Universal Binaries
parent
aee6b876
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+0
-8
0 additions, 8 deletions
CMakeLists.txt
docs/compile.dox
+0
-2
0 additions, 2 deletions
docs/compile.dox
with
0 additions
and
10 deletions
CMakeLists.txt
+
0
−
8
View file @
42efd266
...
...
@@ -30,7 +30,6 @@ if (WIN32)
endif
()
if
(
APPLE
)
option
(
GLFW_BUILD_UNIVERSAL
"Build GLFW as a Universal Binary"
OFF
)
option
(
GLFW_USE_CHDIR
"Make glfwInit chdir to Contents/Resources"
ON
)
option
(
GLFW_USE_MENUBAR
"Populate the menu bar on first window creation"
ON
)
option
(
GLFW_USE_RETINA
"Use the full resolution of Retina displays"
ON
)
...
...
@@ -340,13 +339,6 @@ if (_GLFW_COCOA AND _GLFW_NSGL)
set
(
_GLFW_USE_RETINA 1
)
endif
()
if
(
GLFW_BUILD_UNIVERSAL
)
message
(
STATUS
"Building GLFW as Universal Binaries"
)
set
(
CMAKE_OSX_ARCHITECTURES i386;x86_64
)
else
()
message
(
STATUS
"Building GLFW only for the native architecture"
)
endif
()
# Set up library and include paths
find_library
(
COCOA_FRAMEWORK Cocoa
)
find_library
(
IOKIT_FRAMEWORK IOKit
)
...
...
This diff is collapsed.
Click to expand it.
docs/compile.dox
+
0
−
2
View file @
42efd266
...
...
@@ -201,8 +201,6 @@ directory of bundled applications to the `Contents/Resources` directory.
`GLFW_USE_RETINA` determines whether windows will use the full resolution of
Retina displays.
`GLFW_BUILD_UNIVERSAL` determines whether to build Universal Binaries.
@subsubsection compile_options_win32 Windows specific CMake options
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment