File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ project(ParserSuite)
2828IF (CMAKE_CXX_COMPILER_ID MATCHES Clang|GNU)
2929 string (APPEND CMAKE_CXX_FLAGS " -Wall -Wextra -Wshadow -Wconversion -Ofast -std=c++20" )
3030 IF (DEFINED FETCH_DEPENDEES)
31- string (APPEND CMAKE_CXX_FLAGS " -I${FetchedBux_SOURCE_DIR } /include -I${FetchedCBrackets_SOURCE_DIR } " )
32- string (APPEND CMAKE_CXX_FLAGS " -L${FetchedBux_SOURCE_DIR } /src -L${FetchedCBrackets_SOURCE_DIR } " )
31+ string (APPEND CMAKE_CXX_FLAGS " -I${fetchedbux_SOURCE_DIR } /include -I${fetchedcbrackets_SOURCE_DIR } " )
32+ string (APPEND CMAKE_CXX_FLAGS " -L${fetchedbux_SOURCE_DIR } /src -L${fetchedcbrackets_SOURCE_DIR } " )
3333 ENDIF ()
3434
3535 IF (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" )
@@ -44,6 +44,7 @@ IF(CMAKE_CXX_COMPILER_ID MATCHES Clang|GNU)
4444ELSE ()
4545 message ("Else 2/2" )
4646ENDIF ()
47+ message ("Root/CMAKE_CXX_FLAGS = ${CMAKE_CXX_FLAGS} " )
4748
4849add_subdirectory (ParserGen)
4950add_subdirectory (ScannerGen)
You can’t perform that action at this time.
0 commit comments