Skip to content

Commit

Permalink
Fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K committed Aug 14, 2023
1 parent 4a9b9d7 commit 4f88db2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ set(YAML_CPP_LIBRARIES_T "yaml-cpp")
set(YAML_CPP_INCLUDE_DIRS_T "Framework/ThirdParty/yaml-cpp/include/yaml-cpp"
"Framework/ThirdParty/yaml-cpp/include")
set(BUILD_SHARED_LIBS OFF)
add_subdirectory(Framework/Modules/CLIParser/ThirdParty/UntitledCLIParser/ThirdParty/utfcpp)

# ----------------------------------------------------------------------------------------------------------------------
# ------------------------------------------------- Add compile options ------------------------------------------------
Expand Down Expand Up @@ -208,6 +207,10 @@ if (USE_CLI_PARSER_MODULE)
endif()
endif()

if (NOT USE_CLI_PARSER_MODULE OR NOT BUILD_VARIANT_VENDOR)
add_subdirectory(Framework/Modules/CLIParser/ThirdParty/UntitledCLIParser/ThirdParty/utfcpp)
endif()

# ----------------------------------------------------------------------------------------------------------------------
# ---------------------------------------------- Add files and directories ---------------------------------------------
# ----------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 4f88db2

Please sign in to comment.