Skip to content

Commit 634690c

Browse files
committed
WIP: config without generator and architecture - test
1 parent 85df7b7 commit 634690c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cmake/__noenv__clean.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ REM clean the build directory and reconfigure it
55
rmdir /s /q build
66

77
REM configure the project
8-
cmake -S . -B build -G "Visual Studio 16 2019" -A x64
8+
cmake -S . -B build

cmake/__noenv__clean_config.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ REM clean the build directory and reconfigure it
55
rmdir /s /q build
66

77
REM configure the project
8-
cmake -S . -B build -G "Visual Studio 16 2019" -A x64
8+
cmake -S . -B build

cmake/clean_config.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ REM clean the build directory and reconfigure it
88
rmdir /s /q build
99

1010
REM configure the project
11-
cmake -S . -B build -G "Visual Studio 16 2019" -A x64
11+
cmake -S . -B build

cmake/config.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ REM activate the conda diff_check environment otherwise the python wrap won't wo
55
call cmake/activate_conda.bat
66

77
REM configure the project
8-
cmake -S . -B build -G "Visual Studio 16 2019" -A x64
8+
cmake -S . -B build

0 commit comments

Comments
 (0)