source:
downloads/linux/flatpak/pthreads.patch
@
152
Last change on this file since 152 was 151, checked in by bucyril, 6 years ago | |
---|---|
File size: 551 bytes |
-
CMake/Dependencies.cmake
58 58 set(CMAKE_PREFIX_PATH ${OGRE_DEP_SEARCH_PATH} ${CMAKE_PREFIX_PATH}) 59 59 set(CMAKE_FRAMEWORK_PATH ${OGRE_DEP_SEARCH_PATH} ${CMAKE_FRAMEWORK_PATH}) 60 60 61 # to correctly locate pthread.so instead of pthreads.so 62 find_package(Threads) 63 # end 64 61 65 ####################################################################### 62 66 # Core dependencies 63 67 #######################################################################
Note: See TracBrowser
for help on using the repository browser.