Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
4f5ec4a3
Commit
4f5ec4a3
authored
Nov 30, 2009
by
Manuel Grizonnet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP:change ITK_APPLE_RESOURCE dir in cmakelists
parent
d8a6d05b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
4f5ec4a3
...
...
@@ -727,7 +727,7 @@ ENDMACRO(OTB_DISABLE_FLTK_GENERATED_WARNINGS)
#
IF
(
APPLE AND NOT FLTK_USE_X
)
FIND_PROGRAM
(
ITK_APPLE_RESOURCE Rez /Developer/Tools
)
FIND_FILE
(
ITK_FLTK_RESOURCE mac.r
/usr/local
/include/FL
)
FIND_FILE
(
ITK_FLTK_RESOURCE mac.r
${
FLTK_DIR
}
/include/FL
)
IF
(
NOT ITK_FLTK_RESOURCE
)
MESSAGE
(
"Fltk resources not found, GUI application will not respond to mouse events"
)
ENDIF
(
NOT ITK_FLTK_RESOURCE
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment