We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afabee commit b065049Copy full SHA for b065049
cmake/setup_lib_find_paths.cmake
@@ -48,7 +48,7 @@ if("${CMAKE_FIND_ROOT_PATH}" STREQUAL "")
48
else()
49
# Append a few unusual default search directories for convenience
50
# if no FIND ROOT PATH was specified.
51
- list(APPEND CONTRIB_DIR /opt/local /usr/local)
+ list(APPEND CONTRIB_DIR /opt/local /usr/local /usr)
52
endif()
53
54
0 commit comments