You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I git clone的project and execute the cmake ../ in build directory. It will get following error.
env: window 11, cmake 3.29.3, compiler: vs2022 MSVC
CMake Error: Cannot open file for write: F:/Github/programming-with-cpp20/build/12.24-constexprStaticInitFiasco1/F:/Github/programming-with-cpp20/12.24-constexprStaticInitFiasco1.sln.tmp12abb
CMake Error: : System Error: Invalid argument
CMake Error: Cannot open file for write: F:/Github/programming-with-cpp20/build/12.25-constexprStaticInitFiasco2/F:/Github/programming-with-cpp20/12.25-constexprStaticInitFiasco2.sln.tmp8ed4f
The text was updated successfully, but these errors were encountered:
unfortunately, I don't have a Windows system available. A test on my macOS machine didn't show the error you reported. A quick search brought up this: https://gitlab.kitware.com/vtk/vtk/-/issues/17545
unfortunately, I don't have a Windows system available. A test on my macOS machine didn't show the error you reported. A quick search brought up this: https://gitlab.kitware.com/vtk/vtk/-/issues/17545
Andreas
I try to comment the project(${EXEC_NAME} CXX), and everything is ok.
What variables should I config to this CXX variable?
When I git clone的project and execute the
cmake ../
in build directory. It will get following error.env: window 11, cmake 3.29.3, compiler: vs2022 MSVC
CMake Error: Cannot open file for write: F:/Github/programming-with-cpp20/build/12.24-constexprStaticInitFiasco1/F:/Github/programming-with-cpp20/12.24-constexprStaticInitFiasco1.sln.tmp12abb
CMake Error: : System Error: Invalid argument
CMake Error: Cannot open file for write: F:/Github/programming-with-cpp20/build/12.25-constexprStaticInitFiasco2/F:/Github/programming-with-cpp20/12.25-constexprStaticInitFiasco2.sln.tmp8ed4f
The text was updated successfully, but these errors were encountered: