Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Richard Torenvliet
eos
Commits
3e666ed2
Commit
3e666ed2
authored
Aug 02, 2015
by
Patrik Huber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Setting default value to not build the documentation
parent
38d49f1b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
initial_cache.cmake.template
initial_cache.cmake.template
+1
-1
No files found.
CMakeLists.txt
View file @
3e666ed2
...
...
@@ -50,7 +50,7 @@ endif()
message
(
STATUS
"Options:"
)
option
(
BUILD_EXAMPLES
"Build the example applications."
ON
)
message
(
STATUS
"BUILD_EXAMPLES:
${
BUILD_EXAMPLES
}
"
)
option
(
BUILD_DOCUMENTATION
"Build the library documentation."
O
N
)
option
(
BUILD_DOCUMENTATION
"Build the library documentation."
O
FF
)
message
(
STATUS
"BUILD_DOCUMENTATION:
${
BUILD_DOCUMENTATION
}
"
)
# Build a CPack driven installer package:
...
...
initial_cache.cmake.template
View file @
3e666ed2
...
...
@@ -19,4 +19,4 @@
# Configuration options
# ==============================
set(BUILD_EXAMPLES ON CACHE BOOL "Build the example applications." FORCE)
set(BUILD_DOCUMENTATION O
N
CACHE BOOL "Build the library documentation." FORCE)
set(BUILD_DOCUMENTATION O
FF
CACHE BOOL "Build the library documentation." FORCE)
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