Skip to content

Commit

Permalink
Remove install of nlohmann json schema validator that's no longer nee…
Browse files Browse the repository at this point in the history
…ded (#95)

Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
  • Loading branch information
hikinggrass authored Aug 22, 2023
1 parent 3cc54ff commit bf8d432
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ if(NOT DISABLE_EDM)
endif()

set_property(TARGET nlohmann_json_schema_validator PROPERTY POSITION_INDEPENDENT_CODE ON)
# FIXME (aw): pboetch json validator doesn't want to install itself :(
install(TARGETS nlohmann_json_schema_validator
EXPORT nlohmann_json_schema_validatorTargets
)

# FIXME (aw): add catch2's cmake folder
list(APPEND CMAKE_MODULE_PATH "${Catch2_SOURCE_DIR}/contrib")
Expand Down

0 comments on commit bf8d432

Please sign in to comment.