Explorar el Código

Merge pull request #209 from LumaDigital/master

Rake windows build uses global CMAKE_DEV_BUILD var
JoshEngebretson hace 10 años
padre
commit
9db0dab160
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Rakefile

+ 1 - 1
Rakefile

@@ -63,7 +63,7 @@ namespace :build  do
 
       sh "\"#{VSCOMNTOOLS}vsvars32.bat\""
 
-      sh "cmake ../../ -DATOMIC_DEV_BUILD=0 -G \"Visual Studio 14 2015\""
+      sh "cmake ../../ #{$CMAKE_DEV_BUILD} -G \"Visual Studio 14 2015\""
 
       # specify 32 bit
       sh "msbuild /m Atomic.sln /p:Configuration=Release /p:Platform=Win32"