Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Always set CMAKE_GENERATOR for cquadpack
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Dec 8, 2015
1 parent f4b27da commit 9f1a206
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cquadpack/bld.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
if "%CMAKE_GENERATOR%" == "" (
set CMAKE_GENERATOR=NMake Makefiles
)
set CMAKE_GENERATOR=NMake Makefiles
mkdir build
cd build

Expand Down

0 comments on commit 9f1a206

Please sign in to comment.