Last change
on this file since 152 was
151,
checked in by bucyril, 6 years ago
|
added almost working flatpak build repo
|
File size:
551 bytes
|
Rev | Line | |
---|
[151] | 1 | --- CMake/Dependencies.cmake 2018-10-06 16:20:48.650708050 +0200 |
---|
| 2 | +++ CMake/Dependencies.cmake 2018-10-06 16:17:46.475146000 +0200 |
---|
| 3 | @@ -58,6 +58,10 @@ |
---|
| 4 | set(CMAKE_PREFIX_PATH ${OGRE_DEP_SEARCH_PATH} ${CMAKE_PREFIX_PATH}) |
---|
| 5 | set(CMAKE_FRAMEWORK_PATH ${OGRE_DEP_SEARCH_PATH} ${CMAKE_FRAMEWORK_PATH}) |
---|
| 6 | |
---|
| 7 | +# to correctly locate pthread.so instead of pthreads.so |
---|
| 8 | +find_package(Threads) |
---|
| 9 | +# end |
---|
| 10 | + |
---|
| 11 | ####################################################################### |
---|
| 12 | # Core dependencies |
---|
| 13 | ####################################################################### |
---|
Note: See
TracBrowser
for help on using the repository browser.