Skip to content

Commit

Permalink
TARGET_RUNTIME_DLLS requires CMake 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Feb 12, 2024
1 parent 5391179 commit a51f505
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ApplicationLibCode/UnitTests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ResInsight unit tests

if(MSVC)
# TARGET_RUNTIME_DLLS requires 3.21
cmake_minimum_required(VERSION 3.21)
endif(MSVC)

set(SOURCE_UNITTEST_FILES
${CMAKE_CURRENT_LIST_DIR}/cvfGeometryTools-Test.cpp
${CMAKE_CURRENT_LIST_DIR}/Ert-Test.cpp
Expand Down

0 comments on commit a51f505

Please sign in to comment.