logic: UndoRedo
UndoRedo working for ActiveTokensMessages
This commit is contained in:
@@ -11,7 +11,7 @@ set(CLANG_INCLUDE_DIRS
|
||||
|
||||
set(CLANG_LIBRARY_DIRS "$ENV{CLANG_DIR}/build/lib")
|
||||
if (UNIX)
|
||||
if (${CMAKE_BUILD_TYPE} STREQUAL "Release")
|
||||
if ("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
|
||||
set(CLANG_LIBRARY_DIRS "$ENV{CLANG_DIR}/build/Release+Asserts/lib")
|
||||
endif()
|
||||
endif ()
|
||||
|
||||
Reference in New Issue
Block a user