Skip to content
Snippets Groups Projects
Commit efe5b1ec authored by Arno Schoenmakers's avatar Arno Schoenmakers
Browse files

Bug 1319: Added JAVA_HOME to rs005 variants file to be able to build SAS_OTDB

parent c4364346
Branches
Tags
No related merge requests found
...@@ -14,6 +14,9 @@ set(PVSS_DEFINITIONS "-Wno-deprecated") ...@@ -14,6 +14,9 @@ set(PVSS_DEFINITIONS "-Wno-deprecated")
# Path to Matlab # Path to Matlab
set(MATLAB_ROOT_DIR /usr/local/matlab-2008a) set(MATLAB_ROOT_DIR /usr/local/matlab-2008a)
# Path to JAVA
set(ENV{JAVA_HOME} /usr/local/jdk1.6.0_19)
# Ignore warnings matching the following pattern(s) # Ignore warnings matching the following pattern(s)
set(CTEST_CUSTOM_WARNING_EXCEPTION set(CTEST_CUSTOM_WARNING_EXCEPTION
"/boost/date_time/time_facet.hpp:[0-9]+: warning: unused parameter" "/boost/date_time/time_facet.hpp:[0-9]+: warning: unused parameter"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment