We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eed02b commit a14c784Copy full SHA for a14c784
CMakeLists.txt
@@ -5,7 +5,9 @@
5
cmake_minimum_required(VERSION 3.15)
6
7
cmake_policy(SET CMP0042 NEW) # MACOSX_RPATH is enabled by default.
8
-cmake_policy(SET CMP0177 NEW) # install() paths are normalized
+if(CLR_CMAKE_HOST_WIN32)
9
+ cmake_policy(SET CMP0177 NEW) # install() paths are normalized
10
+endif(CLR_CMAKE_HOST_WIN32)
11
12
# Set the project name
13
project(diagnostics)
0 commit comments