1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
CMake Error at target_commands\.cmake:4 \(target_link_libraries\):
INTERFACE library can only be used with the INTERFACE keyword of
target_link_libraries
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)
+
CMake Error at target_commands\.cmake:5 \(target_link_libraries\):
INTERFACE library can only be used with the INTERFACE keyword of
target_link_libraries
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)
+
CMake Error at target_commands\.cmake:6 \(target_link_libraries\):
INTERFACE library can only be used with the INTERFACE keyword of
target_link_libraries
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)
+
CMake Error at target_commands\.cmake:7 \(target_link_libraries\):
INTERFACE library can only be used with the INTERFACE keyword of
target_link_libraries
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)
+
CMake Error at target_commands\.cmake:9 \(target_include_directories\):
target_include_directories may only set INTERFACE properties on INTERFACE
targets
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)
+
CMake Error at target_commands\.cmake:10 \(target_include_directories\):
target_include_directories may only set INTERFACE properties on INTERFACE
targets
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)
+
CMake Error at target_commands\.cmake:12 \(target_compile_definitions\):
target_compile_definitions may only set INTERFACE properties on INTERFACE
targets
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)
+
CMake Error at target_commands\.cmake:13 \(target_compile_definitions\):
target_compile_definitions may only set INTERFACE properties on INTERFACE
targets
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)
|