diff --git a/CMakeLists.txt b/CMakeLists.txt index b8d26d3..e124eba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,13 +96,13 @@ endif() ###### Edit as required. ################# -#####find_path(HASH_INCLUDE_DIR crc_32.h ${CMAKE_SOURCE_DIR}/hash/include) +#####find_path(OTHER_LIB_INCLUDE_DIR crc_32.h ${CMAKE_SOURCE_DIR}/other_lib/include) -#####if(NOT HASH_INCLUDE_DIR) - #####message(FATAL_ERROR "MyFirstUDRKit build: Location of hash files could not found") +#####if(NOT OTHER_LIB_INCLUDE_DIR) + #####message(FATAL_ERROR "MyFirstUDRKit build: Location of other_lib files could not found") #####endif() -#####message(STATUS "MyFirstUDRKit link: hash files - ${HASH_INCLUDE_DIR}") +#####message(STATUS "MyFirstUDRKit link: other_lib files - ${OTHER_LIB_INCLUDE_DIR}") ############################################################################### # Firebird libraries to link @@ -189,7 +189,7 @@ if(BUILD_SHARED_LIBS AND MY_FIRST_UDR_KIT_VERSION) endif() ####Uncomment if using additional libraries - see line "This is an example of including external sources to link" above -####target_include_directories(hash PUBLIC ${HASH_INCLUDE_DIR}) +####target_include_directories(other_lib PUBLIC ${OTHER_LIB_INCLUDE_DIR}) target_link_libraries(MyFirstUDRKit PUBLIC firebird)