Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
stitchEm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stefy Lanza (nextime / spora )
stitchEm
Commits
7090dc1d
Commit
7090dc1d
authored
May 11, 2019
by
Wieland Morgenstern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conan-cmake fix if
parent
582a8852
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
CMakeLists.txt
CMakeLists.txt
+12
-5
No files found.
CMakeLists.txt
View file @
7090dc1d
...
@@ -116,13 +116,20 @@ if(WIN32)
...
@@ -116,13 +116,20 @@ if(WIN32)
message
(
STATUS
"Downloading conan.cmake from https://github.com/conan-io/cmake-conan"
)
message
(
STATUS
"Downloading conan.cmake from https://github.com/conan-io/cmake-conan"
)
file
(
DOWNLOAD
"https://github.com/conan-io/cmake-conan/raw/v0.14/conan.cmake"
file
(
DOWNLOAD
"https://github.com/conan-io/cmake-conan/raw/v0.14/conan.cmake"
"
${
CMAKE_BINARY_DIR
}
/conan.cmake"
)
"
${
CMAKE_BINARY_DIR
}
/conan.cmake"
)
endif
()
include
(
${
CMAKE_BINARY_DIR
}
/conan.cmake
)
conan_add_remote
(
NAME bincrafters URL https://api.bintray.com/conan/bincrafters/public-conan
)
conan_add_remote
(
NAME bincrafters URL https://api.bintray.com/conan/bincrafters/public-conan
)
conan_cmake_run
(
REQUIRES libpng/1.6.37@bincrafters/stable
conan_cmake_run
(
REQUIRES
glfw/3.3@bincrafters/stable
libpng/1.6.37@bincrafters/stable
)
glew/2.1.0@bincrafters/stable
glfw/3.3@bincrafters/stable
#ceres-solver/1.12.0@jmdaly/testing
BUILD missing
)
message
(
STATUS
"CONAN_LIBS:
${
CONAN_LIBS
}
"
)
endif
()
endif
()
endif
()
endif
(
WIN32
)
endif
(
WIN32
)
...
...
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