User:Callahanp/fg-from-scratch: Difference between revisions

Jump to navigation Jump to search
Line 68: Line 68:
The log of a fg-from-scratch.cmd run includes the following text:
The log of a fg-from-scratch.cmd run includes the following text:


The package openssl is compatible with built-in CMake targets:
The package openssl is compatible with built-in CMake targets:
 
     find_package(OpenSSL REQUIRED)
     find_package(OpenSSL REQUIRED)
     target_link_libraries(main PRIVATE OpenSSL::SSL OpenSSL::Crypto)
     target_link_libraries(main PRIVATE OpenSSL::SSL OpenSSL::Crypto)


Does this imply that there are other packages which do not satisfy this criteria?  If so, which ones are not?  What is the impact of a package not being compatible with built in CMake targets?
Does this imply that there are other packages which do not satisfy this criteria?  If so, which ones are not?  What is the impact of a package not being compatible with built in CMake targets?
936

edits

Navigation menu