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 a9ed79e commit b60e6eeCopy full SHA for b60e6ee
source/loaders/cob_loader/CMakeLists.txt
@@ -146,7 +146,7 @@ target_include_directories(${target}
146
${CMAKE_CURRENT_SOURCE_DIR}/include
147
${CMAKE_CURRENT_BINARY_DIR}/include
148
149
- ${COBOL_INCLUDE_DIRS} # Cobol includes
+ ${COBOL_INCLUDE_DIR} # Cobol includes
150
151
PUBLIC
152
${DEFAULT_INCLUDE_DIRECTORIES}
@@ -164,7 +164,7 @@ target_include_directories(${target}
164
target_link_libraries(${target}
165
PRIVATE
166
167
- ${COBOL_LIBRARIES} # Cobol libraries
+ ${COBOL_LIBRARY} # Cobol libraries
168
169
170
${DEFAULT_LIBRARIES}
0 commit comments