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

forgot to add this to last commit(cmake parameter change)

parent c5c6b4fc
No related branches found
No related tags found
2 merge requests!265Mac fix,!264Mac fix
......@@ -130,11 +130,6 @@ elif sys.platform == "win32":
cmake_parameters = [cmake_executable, gtest_prefix , "-G", cmake_generator ,"-DCMAKE_BUILD_TYPE=Debug","-DOPENFLIPPER_BUILD_UNIT_TESTS=TRUE"]
# This might break the linux tests as the path is not correct, so remove this for now.
# cmake_parameters.append("-DPython3_INCLUDE_DIR=C:\Program Files\Python312\include")
# cmake_parameters.append("-DPython3_LIBRARY=C:\Program Files\Python312\libs\python312.lib")
# cmake_parameters.append("-DPython3_EXECUTABLE=C:\Program Files\Python312\python.exe")
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