https://github.com/Kitware/CMake
Raw File
Tip revision: bd580b7d568493a795a855c0710ba4ad88532485 authored by Brad King on 09 April 2020, 12:33:17 UTC
CMake 3.17.1
Tip revision: bd580b7
CMP0037-NEW-space-stderr.txt
CMake Error at CMP0037-NEW-space.cmake:4 \(add_library\):
  The target name "lib with spaces" is reserved or not valid for certain
  CMake features, such as generator expressions, and may result in undefined
  behavior.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)
+
CMake Error at CMP0037-NEW-space.cmake:5 \(add_executable\):
  The target name "exe with spaces" is reserved or not valid for certain
  CMake features, such as generator expressions, and may result in undefined
  behavior.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)
+
CMake Error at CMP0037-NEW-space.cmake:6 \(add_custom_target\):
  The target name "custom with spaces" is reserved or not valid for certain
  CMake features, such as generator expressions, and may result in undefined
  behavior.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)
back to top