Skip to content

Commit

Permalink
fix(cmake): spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jan 7, 2024
1 parent a0e9032 commit 9b9ef62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_20)
set_target_properties(${PROJECT_NAME} PROPERTIES CXX_STANDARD 20 CXX_EXTENSIONS OFF CXX_STANDARD_REQUIRED ON)

if (UNIX AND PROJECT_IS_TOP_LEVEL)
target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wextra -Wpedantic -Werror -pedantic -pedantic-errors -Wfatal-errors)
target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wextra -Wpedantic -Werror -pedantic -pedantic-errors -Wfatal-errors)
endif()

# --------------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -89,7 +89,7 @@ CPMAddPackage(
)

target_link_libraries(${PROJECT_NAME} PRIVATE Zydis)
target_link_libraries(${PROJECT_NAME} PUBLIC cr::flagpp tl::expected boost_callable_traits)
target_link_libraries(${PROJECT_NAME} PUBLIC cr::flagpp tl::expected boost_callable_traits)

# --------------------------------------------------------------------------------------------------------
# Setup backends
Expand Down

0 comments on commit 9b9ef62

Please sign in to comment.