[CMake] Question about Variables

Steven Truppe workbench at gmx.at
Fri May 31 16:11:29 EDT 2019


Hi everyone,

i'm relative new to cmake (a few weeks now) and i have the following
problem:


set(WITH_LIB_GLAD 1)

IF(DEFINED ${WITH_LIB_GLAD}_INC_PATH)

I try to check if the variable WITH_LIB_GLAD_INC_PATH can be found.


best regards!





More information about the CMake mailing list