diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 3bb9bfa..cc2b4ca 100755 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -38,7 +38,7 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL "Nintendo3DS") ) endif() -if(${CMAKE_BUILD_TYPE} STREQUAL "Release") +if(CMAKE_BUILD_TYPE STREQUAL "Release") target_compile_options(palladium PRIVATE $<$:-O0 -g> $<$:-O3>