Skip to content

Commit

Permalink
Minor header generation path fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nemothenoone committed Aug 12, 2019
1 parent 3ec87fb commit 16c1041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1150,4 +1150,4 @@ script:

notifications:
email:
on_success: always
on_success: always
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ else()
${Boost_LIBRARIES})

include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../include"
"${CMAKE_BINARY_DIR}/include"
"${CMAKE_CURRENT_BINARY_DIR}/include"

${Boost_INCLUDE_DIRS})
endif()
Expand All @@ -79,7 +79,7 @@ add_custom_target(multiprecision_test_suite_compile_fail)
# HACK: Workaround broken includes
file(GLOB TEST_HEADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/*.hpp ${CMAKE_CURRENT_SOURCE_DIR}/*.ipp)
foreach(HEADER ${TEST_HEADERS})
configure_file(${HEADER} ${CURRENT_TEST_SOURCES_DIR}/include/libs/multiprecision/test/${HEADER} @ONLY)
configure_file(${HEADER} ${CMAKE_CURRENT_BINARY_DIR}/include/libs/multiprecision/test/${HEADER} @ONLY)
endforeach()

add_library(multiprecision_test_settings INTERFACE)
Expand Down

0 comments on commit 16c1041

Please sign in to comment.