Skip to content

Commit

Permalink
Should fix up linux
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Mar 12, 2024
1 parent 7996bde commit 8a3c350
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ if (MelatoninInspector_IS_TOP_LEVEL)
JUCE_WEB_BROWSER=0
)

if (CMAKE_CXX_COMPILER_ID MATCHES "GNU")
else()
#set_target_properties("${TARGET_NAME}" PROPERTIES COMPILE_WARNING_AS_ERROR ON)
endif()
target_link_libraries("${TARGET_NAME}" PRIVATE juce_recommended_warning_flags)
set_target_properties("${TARGET_NAME}" PROPERTIES COMPILE_WARNING_AS_ERROR ON)

endif ()

Expand Down

0 comments on commit 8a3c350

Please sign in to comment.