Skip to content
Snippets Groups Projects
Commit a593b789 authored by Daniel Savchenko's avatar Daniel Savchenko
Browse files

try again tracing only 1 file (CMakeLists)

parent 1694c5bc
No related branches found
No related tags found
2 merge requests!265Mac fix,!264Mac fix
......@@ -130,7 +130,7 @@ elif sys.platform == "win32":
cmake_parameters = [cmake_executable, gtest_prefix , "-G", cmake_generator ,"-DCMAKE_BUILD_TYPE=Debug","-DOPENFLIPPER_BUILD_UNIT_TESTS=TRUE"]
cmake_parameters.append("--trace-expand")
cmake_parameters.append("--trace-source=CMakeLists.txt")
cmake_parameters.extend(cmake_configuration_list)
cmake_parameters.append("..")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment