Compile options should be private
This commit is contained in:
parent
7beb40bc61
commit
2c6a930341
@ -54,7 +54,7 @@ target_compile_features(json-schema-validator
|
|||||||
# Enable more compiler warnings, except when using Visual Studio compiler
|
# Enable more compiler warnings, except when using Visual Studio compiler
|
||||||
if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
target_compile_options(json-schema-validator
|
target_compile_options(json-schema-validator
|
||||||
PUBLIC
|
PRIVATE
|
||||||
-Wall -Wextra)
|
-Wall -Wextra)
|
||||||
endif()
|
endif()
|
||||||
target_link_libraries(json-schema-validator
|
target_link_libraries(json-schema-validator
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user