You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Warning (dev) at chapter13/ex02_envfile_utility/CMakeLists.txt:17 (set):
uninitialized variable 'CMAKE_MODULE_PATH'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at chapter13/ex03_external_cmake_module/.hadouken/cmake/modules/core/MakeTarget.cmake:73 (if):
uninitialized variable 'HDK_ROOT_PROJECT_NAME_UPPER'
Call Stack (most recent call first):
chapter13/ex03_external_cmake_module/CMakeLists.txt:39 (make_target)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at chapter13/ex03_external_cmake_module/.hadouken/cmake/modules/core/MakeTarget.cmake:78 (if):
uninitialized variable 'HDK_ROOT_PROJECT_NAME_UPPER'
Call Stack (most recent call first):
chapter13/ex03_external_cmake_module/CMakeLists.txt:39 (make_target)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at chapter13/ex03_external_cmake_module/.hadouken/cmake/modules/core/MakeTarget.cmake:83 (if):
uninitialized variable 'HDK_ROOT_PROJECT_NAME_UPPER'
Call Stack (most recent call first):
chapter13/ex03_external_cmake_module/CMakeLists.txt:39 (make_target)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at chapter13/ex03_external_cmake_module/.hadouken/cmake/modules/core/MakeTarget.cmake:270 (if):
uninitialized variable 'HDK_ROOT_PROJECT_NAME_UPPER'
Call Stack (most recent call first):
chapter13/ex03_external_cmake_module/CMakeLists.txt:39 (make_target)
This warning is for project developers. Use -Wno-dev to suppress it.
ClausKlein
changed the title
TRY not used?
TRY (Don't repeat yourself) not used?
Sep 9, 2024
see too Don't repeat yourself
Why ist
HDK_ROOT_DIRECTORY
defined, but mostly not use inside the cmake modules?The text was updated successfully, but these errors were encountered: