|
@ -10,7 +10,7 @@ |
|
|
# find include dir by searching for a concrete file, which definitely must be in it |
|
|
# find include dir by searching for a concrete file, which definitely must be in it |
|
|
find_path(Z3_INCLUDE_DIR |
|
|
find_path(Z3_INCLUDE_DIR |
|
|
NAMES z3++.h |
|
|
NAMES z3++.h |
|
|
PATHS ENV PATH INCLUDE "/usr/include/z3" "/usr/local/include/z3/" "${Z3_ROOT}/include" |
|
|
|
|
|
|
|
|
PATHS ENV PATH INCLUDE "${Z3_ROOT}/include" "/usr/include/z3" "/usr/local/include/z3/" |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
# find library |
|
|
# find library |
|
@ -44,4 +44,4 @@ ENDIF (NOT Z3_FIND_QUIETLY) |
|
|
#message(${Z3_LIBRARY}) |
|
|
#message(${Z3_LIBRARY}) |
|
|
|
|
|
|
|
|
# make the set variables only visible in advanced mode |
|
|
# make the set variables only visible in advanced mode |
|
|
mark_as_advanced(Z3_LIBRARY Z3_INCLUDE_DIR Z3_SOLVER, Z3_EXEC) |
|
|
|
|
|
|
|
|
mark_as_advanced(Z3_LIBRARY Z3_INCLUDE_DIR Z3_SOLVER, Z3_EXEC) |