Skip to content

Commit

Permalink
[cmake] Remove COMMAND_ERROR_IS_FATAL
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmNotHanni authored and movabo committed Jul 1, 2021
1 parent e7c9df0 commit fa98430
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.19)
cmake_minimum_required(VERSION 3.9)

# https://cmake.org/cmake/help/latest/prop_tgt/MSVC_RUNTIME_LIBRARY.html
cmake_policy(SET CMP0091 NEW)
Expand Down Expand Up @@ -57,7 +57,6 @@ execute_process(
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
OUTPUT_VARIABLE INEXOR_GIT_SHA
OUTPUT_STRIP_TRAILING_WHITESPACE
COMMAND_ERROR_IS_FATAL ANY
)

add_subdirectory(shaders)
Expand Down

0 comments on commit fa98430

Please sign in to comment.