File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,7 +120,6 @@ target_include_directories(libocca PUBLIC
120120target_include_directories (libocca PRIVATE
121121 $<BUILD_INTERFACE :${OCCA_SOURCE_DIR } /src >)
122122
123- target_compile_definitions (libocca PRIVATE -DUSE_CMAKE )
124123if (OCCA_CLANG_BASED_TRANSPILER)
125124 target_link_libraries (libocca PRIVATE occa::occa-transpiler )
126125 target_compile_definitions (libocca PRIVATE -DBUILD_WITH_CLANG_BASED_TRANSPILER )
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ void testHashDir();
1010void testBuild ();
1111
1212int main (const int argc, const char **argv) {
13- #ifndef USE_CMAKE
14- occa::env::OCCA_CACHE_DIR = occa::io::dirname (__FILE__);
15- #endif
1613 srand (time (NULL ));
1714
1815 testCacheInfoMethods ();
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ void testDirMethods();
1111void testIOMethods ();
1212
1313int main (const int argc, const char **argv) {
14- #ifndef USE_CMAKE
15- occa::env::OCCA_CACHE_DIR = " /occa/cache/dir/" ;
16- #endif
1714 srand (time (NULL ));
1815
1916 testPathMethods ();
You can’t perform that action at this time.
0 commit comments