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
fc9e0d46
Commit
fc9e0d46
authored
Dec 14, 2016
by
Valentin Vallaeys
Browse files
bug fix in CMakeLists
parent
e130a038
Pipeline
#1593
passed with stage
in 26 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/slimFunction/CMakeLists.txt
View file @
fc9e0d46
...
...
@@ -85,7 +85,7 @@ if(ENABLE_PROJ)
GIT_REPOSITORY https://git.immc.ucl.ac.be/unref/unref.git
GIT_TAG a6b4ae1751c44082692ac350040d31907457a669
INSTALL_COMMAND
""
CMAKE_ARGS -DCMAKE_BUILD_TYPE=
${
CMAKE_BUILD_TYPE
}
-DCMAKE_TOOLCHAIN_FILE=
${
CMAKE_TOOLCHAIN_FILE
}
-DEXTERNAL_LIBPROJ=ON -DPROJ_INCLUDE_PATH=
${
PROJ_INC
}
-DPROJ_LIB
RARY
=
${
PROJ_LIB
}
-DBUILD_EXECUTABLE=OFF -DCMAKE_CXX_FLAGS=-fPIC
CMAKE_ARGS -DCMAKE_BUILD_TYPE=
${
CMAKE_BUILD_TYPE
}
-DCMAKE_TOOLCHAIN_FILE=
${
CMAKE_TOOLCHAIN_FILE
}
-DEXTERNAL_LIBPROJ=ON -DPROJ_INCLUDE_PATH=
${
PROJ_INC
}
-DPROJ_LIB=
${
PROJ_LIB
}
-DBUILD_EXECUTABLE=OFF -DCMAKE_CXX_FLAGS=-fPIC
PREFIX unref
BINARY_DIR unref/build
)
...
...
Write
Preview
Supports
Markdown
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