mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
cmake: Clean up sample installs and disable by default.
The readme in that directory says they're for "internal testing use" suggesting they shouldn't be in normal install packages.
This commit is contained in:
parent
cb4bc1a68d
commit
de704d1909
@ -103,11 +103,12 @@ else()
|
||||
endif()
|
||||
|
||||
option(INSTALL_SAMPLE_MESHES
|
||||
"Should the sample meshes in src/distrib/samples be installed? It will increase the build size in 14 Mb."
|
||||
ON)
|
||||
option(INSTALL_SAMPLE_RANGEMAPS
|
||||
"Should the sample rangemaps in src/distrib/samples/rangemaps be installed? It will increase the build size in 67 Mb."
|
||||
"Should the sample meshes in src/distrib/samples be installed? It will increase the installed size by 14 MiB."
|
||||
OFF)
|
||||
option(
|
||||
INSTALL_SAMPLE_RANGEMAPS
|
||||
"Should the sample rangemaps in src/distrib/samples/rangemaps be installed? It will increase the installed size by 67 MiB."
|
||||
OFF)
|
||||
|
||||
### Settings needed for both "external" and internal code
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user