Added a comment about a redundant variable

This commit is contained in:
jpekkila
2019-07-26 15:13:19 +03:00
parent c9fafe41e5
commit 7c256d3bb3

View File

@@ -71,7 +71,9 @@ cd ${BUILD_DIR}
echo "cp ${AC_HOME}/config/astaroth.conf ${PWD}"
cp ${AC_HOME}/config/astaroth.conf .
CONF_DIR="-D ASTAROTH_CONF_PATH=${PWD}"
CONF_DIR="-D ASTAROTH_CONF_PATH=${PWD}" # JP: Warning, not used in src/standalone/CMakeLists.txt.
# The config path supplied by cmake and this define
# is redundant.
#cmake -D CMAKE_C_COMPILER=icc -D CMAKE_CXX_COMPILER=icpc -DDOUBLE_PRECISION=OFF -DBUILD_DEBUG=OFF ${AC_HOME}