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
Main Repositories
otb
Commits
2c7986ec
Commit
2c7986ec
authored
Jul 04, 2016
by
Rashad Kanavath
Browse files
SuperBuild: set configure_command in single line
parent
783aeb5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
SuperBuild/CMake/External_glew.cmake
View file @
2c7986ec
...
...
@@ -10,8 +10,7 @@ ExternalProject_Add(GLEW
BINARY_DIR
${
GLEW_SB_BUILD_DIR
}
DOWNLOAD_DIR
${
DOWNLOAD_LOCATION
}
INSTALL_DIR
${
SB_INSTALL_PREFIX
}
CONFIGURE_COMMAND
${
SB_CMAKE_COMMAND
}
${
GLEW_SB_SRC
}
/build/cmake/
${
SB_CMAKE_CACHE_ARGS
}
-DBUILD_UTILS:BOOL=OFF
CONFIGURE_COMMAND
${
SB_CMAKE_COMMAND
}
${
GLEW_SB_SRC
}
/build/cmake/
${
SB_CMAKE_CACHE_ARGS
}
-DBUILD_UTILS:BOOL=OFF
)
set
(
_SB_GLEW_INCLUDE_DIR
${
SB_INSTALL_PREFIX
}
/include
)
...
...
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