mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
Correct ArabciaConfig path
This commit is contained in:
parent
f94045bc38
commit
afcddb0175
2 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -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
|
||||||
|
|
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue