Skip to content

Commit

Permalink
use NMake to compile on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ebertolazzi committed Oct 25, 2021
1 parent 4670cda commit 21d80b5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ task :build_win, [:year, :bits] do |t, args|
FileUtils.mkdir_p dir
FileUtils.cd dir

cmd_cmake = win_vs(args.bits,args.year) + cmd_cmake_build
#cmd_cmake = win_vs(args.bits,args.year) + cmd_cmake_build
cmd_cmake = 'cmake -G "NMake Makefiles" ' + cmd_cmake_build

puts "run CMAKE for CLOTHOIDS".yellow
sh cmd_cmake + ' ..'
Expand Down
2 changes: 1 addition & 1 deletion submodules/GenericContainer
2 changes: 1 addition & 1 deletion submodules/Utils
Submodule Utils updated 1 files
+2 −1 Rakefile
2 changes: 1 addition & 1 deletion submodules/quarticRootsFlocke
Submodule quarticRootsFlocke updated 1 files
+8 −7 Rakefile

0 comments on commit 21d80b5

Please sign in to comment.