Browse Source

Merge pull request #209 from LumaDigital/master

Rake windows build uses global CMAKE_DEV_BUILD var
JoshEngebretson 10 years ago
parent
commit
9db0dab160
1 changed files with 1 additions and 1 deletions
  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"