Correct ArabciaConfig path

This commit is contained in:
Jez Higgins 2012-11-01 22:39:12 +00:00
parent f94045bc38
commit afcddb0175
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored
View file

@ -65,3 +65,7 @@ m4/lt~obsolete.m4
ipch ipch
test_path.hpp test_path.hpp
*.opensdf *.opensdf
CMakeCache.txt
CMakeFiles
CMakeFiles/*
cmake_install.cmake

View file

@ -410,7 +410,7 @@ endif()
if(CMAKE_COMPILER_IS_GNUCC) if(CMAKE_COMPILER_IS_GNUCC)
# #
# Preprocess configuration file for Linux/GCC # Preprocess configuration file for Linux/GCC
add_custom_command(OUTPUT include/SAX/ArabicaConfig.hpp add_custom_command(OUTPUT ../include/SAX/ArabicaConfig.hpp
COMMAND ${CMAKE_CXX_COMPILER} -E -D ${ARABICA_XML_BACKEND} ${CMAKE_CURRENT_LIST_DIR}/${ARABICA_CONFIG_FILE} > ../include/SAX/ArabicaConfig.hpp COMMAND ${CMAKE_CXX_COMPILER} -E -D ${ARABICA_XML_BACKEND} ${CMAKE_CURRENT_LIST_DIR}/${ARABICA_CONFIG_FILE} > ../include/SAX/ArabicaConfig.hpp
) )
endif() endif()