Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
3rd
lib3mf
Commits
bcfc2e84
Commit
bcfc2e84
authored
6 years ago
by
Jaime van Kessel
Committed by
Martin Weismann
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Use option instead of set & cache
parent
6b325c93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-1
CMakeLists.txt
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
View file @
bcfc2e84
...
...
@@ -140,7 +140,7 @@ install(DIRECTORY Include/Common DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
install
(
DIRECTORY
${
CMAKE_CURRENT_BINARY_DIR
}
/Include/ DESTINATION
"
${
CMAKE_INSTALL_INCLUDEDIR
}
"
)
#########################################################
set
(
LIB3MF_TESTS
CACHE BOOL TRUE
)
option
(
LIB3MF_TESTS
"Switch whether the tests of Lib3MF should be build"
ON
)
message
(
"LIB3MF_TESTS ... "
${
LIB3MF_TESTS
}
)
if
(
LIB3MF_TESTS
)
...
...
This diff is collapsed.
Click to expand it.
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