Skip to content
Snippets Groups Projects
Commit d903fe12 authored by Laurent Van Migroet's avatar Laurent Van Migroet
Browse files

Add $CASROOT test

parent 76a25730
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,11 @@ GSL_PREFIX="E:/src/gsl-1.8" ...@@ -42,7 +42,11 @@ GSL_PREFIX="E:/src/gsl-1.8"
FLTK_PREFIX="E:/src/fltk-1.1.9" FLTK_PREFIX="E:/src/fltk-1.1.9"
# If you selected ENABLE_OCC, specify where OpenCASCADE is installed # If you selected ENABLE_OCC, specify where OpenCASCADE is installed
OCC_PREFIX="E:/src/OpenCASCADE6.3.0/ros" ifneq ($(CASROOT),)
OCC_PREFIX="${CASROOT}"
else
OCC_PREFIX="E:/src/OpenCASCADE6.3.0/ros"
endif
# If you selected ENABLE_MED, specify where MED and HDF5 are installed # If you selected ENABLE_MED, specify where MED and HDF5 are installed
MED_PREFIX="E:/src/med-2.3.4" MED_PREFIX="E:/src/med-2.3.4"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment