We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c059ead commit 141f393Copy full SHA for 141f393
tests/CMakeLists.txt
@@ -1,7 +1,8 @@
1
# Copyright 2010, 2020, François Bleibel, Olivier Stasse, Guilhem Saurel, JRL,
2
# CNRS/AIST, LAAS-CNRS
3
4
-config_files_cmake(test-paths.h)
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/test-paths.h.in
5
+ ${CMAKE_CURRENT_BINARY_DIR}/test-paths.h)
6
7
# Make Boost.Test generates the main function in test cases.
8
add_definitions(-DBOOST_TEST_DYN_LINK -DBOOST_TEST_MAIN)
0 commit comments