Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dg
dg
Commits
3d1e1468
Commit
3d1e1468
authored
Jul 18, 2017
by
Antoine Saint-Amand
Browse files
no multithread in proj
parent
6f9c5715
Pipeline
#2225
failed with stage
in 31 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/slimFunction/CMakeLists.txt
View file @
3d1e1468
...
...
@@ -70,7 +70,7 @@ if(ENABLE_PROJ)
INSTALL_COMMAND
""
PREFIX libproj
BINARY_DIR libproj/build
CMAKE_ARGS -DCMAKE_BUILD_TYPE=
${
CMAKE_BUILD_TYPE
}
-DCMAKE_TOOLCHAIN_FILE=
${
CMAKE_TOOLCHAIN_FILE
}
-DBUILD_CS2CS=NO -DBUILD_PROJ=NO -DBUILD_GEOD=NO -DBUILD_NAD2BIN=NO -DPROJ4_TESTS=NO -DBUILD_LIBPROJ_SHARED=NO
${
PROJ_FPIC
}
CMAKE_ARGS -DCMAKE_BUILD_TYPE=
${
CMAKE_BUILD_TYPE
}
-DCMAKE_TOOLCHAIN_FILE=
${
CMAKE_TOOLCHAIN_FILE
}
-DBUILD_CS2CS=NO -DBUILD_PROJ=NO -DBUILD_GEOD=NO -DBUILD_NAD2BIN=NO -DPROJ4_TESTS=NO -DBUILD_LIBPROJ_SHARED=NO
-DUSE_THREAD=NO
${
PROJ_FPIC
}
)
set
(
PROJ_INC
${
CMAKE_CURRENT_BINARY_DIR
}
/libproj/src/libproj/src
)
message
(
"slimFunction configured with PROJ"
)
...
...
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