Skip to content

Commit 141f393

Browse files
committed
fix configure
1 parent c059ead commit 141f393

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Copyright 2010, 2020, François Bleibel, Olivier Stasse, Guilhem Saurel, JRL,
22
# CNRS/AIST, LAAS-CNRS
33

4-
config_files_cmake(test-paths.h)
4+
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/test-paths.h.in
5+
${CMAKE_CURRENT_BINARY_DIR}/test-paths.h)
56

67
# Make Boost.Test generates the main function in test cases.
78
add_definitions(-DBOOST_TEST_DYN_LINK -DBOOST_TEST_MAIN)

0 commit comments

Comments
 (0)