gsl - Cmake to generate solution file machine independent -
i tried generate solution file of gsl library visual studio 2012 using cmake gui. did , build library own computer. when tried build same solution file in different computer, gives me errors saying "c:/my other computer directory/xxx.vcxproj not exist" . there way can generate sln file machine independent.
cmake not designed used in way, , highly unlikely able use in way. cmake performs system introspection, storing in cmake cache, , uses full paths things. advise run cmake on each system, , prefer offering simple instructions run cmake/cmake-gui on each machine.
Comments
Post a Comment