Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Richard Torenvliet
eos
Commits
1cc814ac
Commit
1cc814ac
authored
Feb 10, 2015
by
Patrik Huber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed initial_cache variable types from STRING to PATH
parent
af201a88
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
initial_cache.cmake.template
initial_cache.cmake.template
+3
-3
No files found.
initial_cache.cmake.template
View file @
1cc814ac
...
@@ -5,16 +5,16 @@
...
@@ -5,16 +5,16 @@
# Windows: Download the pre-built binaries from http://sourceforge.net/projects/boost/files/boost-binaries/ for VS2013 (msvc-12 64bit).
# Windows: Download the pre-built binaries from http://sourceforge.net/projects/boost/files/boost-binaries/ for VS2013 (msvc-12 64bit).
# Set the windows PATH variable to "<YOUR_BOOST_DIRECTORY>\lib64-msvc-12.0" and CMake will find it.
# Set the windows PATH variable to "<YOUR_BOOST_DIRECTORY>\lib64-msvc-12.0" and CMake will find it.
# Linux: Boost can usually be installed via a package manager (e.g. apt-get install boost-all-dev) and this variable can be left uncommented.
# Linux: Boost can usually be installed via a package manager (e.g. apt-get install boost-all-dev) and this variable can be left uncommented.
#set(BOOST_ROOT
"/home/user/boost/install" CACHE STRING
"Boost search location" FORCE)
#set(BOOST_ROOT
"/home/user/boost/install" CACHE PATH
"Boost search location" FORCE)
# Mechanism via ConfigLIB.cmake in 3rd party library directory
# Mechanism via ConfigLIB.cmake in 3rd party library directory
# ==============================
# ==============================
# OpenCV:
# OpenCV:
# -------
# -------
# Windows: Download the package from opencv.org, use 2.4.7.2 or never. It includes binaries for VS2013. Set this path accordingly.
# Windows: Download the package from opencv.org, use 2.4.7.2 or never. It includes binaries for VS2013. Set this path accordingly.
#set(OpenCV_DIR
"C:\\opencv\\install" CACHE STRING "OpenCV config dir, where OpenCVConfig.cmake can be found
" FORCE)
#set(OpenCV_DIR
"C:\\opencv\\install" CACHE PATH "Location of OpenCVConfig.cmake
" FORCE)
# Linux: Usually can be left blank but it can be used if OpenCV is not found.
# Linux: Usually can be left blank but it can be used if OpenCV is not found.
#set(OpenCV_DIR
"/home/user/opencv/install/share/OpenCV" CACHE STRING "OpenCV config dir, where OpenCVConfig.cmake can be found
" FORCE)
#set(OpenCV_DIR
"/home/user/opencv/install/share/OpenCV" CACHE PATH "Location of OpenCVConfig.cmake
" FORCE)
# Configuration options
# Configuration options
# ==============================
# ==============================
...
...
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