Added a comment about a redundant variable
This commit is contained in:
@@ -71,7 +71,9 @@ cd ${BUILD_DIR}
|
|||||||
echo "cp ${AC_HOME}/config/astaroth.conf ${PWD}"
|
echo "cp ${AC_HOME}/config/astaroth.conf ${PWD}"
|
||||||
cp ${AC_HOME}/config/astaroth.conf .
|
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}
|
#cmake -D CMAKE_C_COMPILER=icc -D CMAKE_CXX_COMPILER=icpc -DDOUBLE_PRECISION=OFF -DBUILD_DEBUG=OFF ${AC_HOME}
|
||||||
|
Reference in New Issue
Block a user