File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ endif()
3131
3232# Define project
3333project (Monitoring
34- VERSION 3.14.0
34+ VERSION 3.14.1
3535 DESCRIPTION "O2 Monitoring library"
3636 LANGUAGES CXX
3737)
Original file line number Diff line number Diff line change @@ -16,16 +16,18 @@ include(FindPackageHandleStandardArgs)
1616
1717# find includes
1818find_path (ApMon_INCLUDE_DIR ApMon.h
19- HINTS ${APMON_ROOT} /usr/local
19+ PATHS ${APMON_ROOT}
2020 PATH_SUFFIXES include
21+ NO_DEFAULT_PATH
2122)
2223
2324mark_as_advanced (ApMon_INCLUDE_DIR)
2425
2526# find library
2627find_library (ApMon_LIBRARY NAMES apmoncpp
27- HINTS ${APMON_ROOT} /usr/local
28+ PATHS ${APMON_ROOT}
2829 PATH_SUFFIXES lib lib64
30+ NO_DEFAULT_PATH
2931)
3032
3133mark_as_advanced (ApMon_LIBRARY)
You can’t perform that action at this time.
0 commit comments