Skip to content

Commit

Permalink
Merge a6a6870 into cf4763b
Browse files Browse the repository at this point in the history
  • Loading branch information
dep5 committed May 31, 2022
2 parents cf4763b + a6a6870 commit 1a043c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/compiletests.run.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ set CL_COMPILER=%CMD_CL:\=/%
:: run cmake configuration.
"%CMD_CMAKE%" -G %GENERATOR% ^
"-DCMAKE_MAKE_PROGRAM=%MAKE_PROGRAM%" ^
"-DCMAKE_C_COMPILER=%CL_COMPILER%" ^
"-DCMAKE_CXX_COMPILER=%CL_COMPILER%" ^
%GENERATOR_OPTS% ^
%SOURCE_DIR% ^
Expand Down
2 changes: 1 addition & 1 deletion tests/compiletests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.12)

enable_language(CXX)
project(compile_test CXX)

set( SAKURA_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../sakura_core)
set( SAKURA_DEFINITIONS -D_DEBUG -D_UNICODE -DUNICODE -D_WIN32_WINNT=_WIN32_WINNT_WIN7)
Expand Down

0 comments on commit 1a043c6

Please sign in to comment.