Skip to content

Commit

Permalink
cmake: do not setup pkg-config file for msvc builds
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Jul 28, 2023
1 parent 7f8c3ae commit b180e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,7 @@ install(TARGETS carla-headers-utils PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_IN
#######################################################################################################################
# pkg-config stuff

if(NOT ${CARLA_BUILD_FRAMEWORKS})
if(NOT ${CARLA_BUILD_FRAMEWORKS} AND NOT MSVC)
configure_file(carla-utils.pc.in carla-utils.pc @ONLY)

install(FILES
Expand Down

0 comments on commit b180e62

Please sign in to comment.